Skip to content

Commit

Permalink
Publication button styles (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmasrna1 authored Nov 11, 2023
1 parent 1d47e19 commit 9910678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Archive/Archive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PublicationButton: FC<{
}> = ({publicationId, publicationName}) => {
return (
<Link href={`/api/competition/publication/${publicationId}/download`} target="_blank">
{publicationName}
Časopis {publicationName}
</Link>
)
}
Expand Down

0 comments on commit 9910678

Please sign in to comment.