1
0
Fork 0

wip(org): Update pattern edit link to new page

This commit is contained in:
Joost De Cock 2023-10-08 17:10:11 +02:00
parent 185c844769
commit 166c8bc03b
2 changed files with 1 additions and 100 deletions

View file

@ -275,7 +275,7 @@ export const Pattern = ({ id }) => {
) : (
<>
<Link
href={`/account/patterns/${pattern.id}/edit`}
href={`/account/patterns/${pattern.design}/${pattern.id}/edit`}
className={`btn btn-primary btn-outline ${horFlexClasses}`}
>
<FreeSewingIcon /> {t('updatePattern')}