Skip to content

Commit

Permalink
Merge pull request #568 from Studio-Yandex-Practicum/feature/issue-55…
Browse files Browse the repository at this point in the history
…8/achievements-link-correction

Update overview.tsx
  • Loading branch information
AntonZelinsky authored Sep 1, 2024
2 parents e2a4ff3 + f594d4d commit 3430dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/author-page/overview/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const AuthorOverview: React.FC<IAuthorOverview> = (props) => {
<Button
size='sm'
border='right-bottom-left'
href={`library/?festival=${item.year}&program=${item.id}`}
href={`library/?year=${item.year}&program=${item.id}`}
animation='invert'
>
{`${item.name} ${item.year}`}
Expand Down

0 comments on commit 3430dea

Please sign in to comment.