Skip to content

Commit

Permalink
Fix copyright link (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin authored and gcor committed Nov 5, 2023
1 parent 01f94fa commit c0246d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Copyright/Copyright.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function Copyright() {
{copyright && (
<>
{' · '}
<a href={copyright} target="_blank" rel="noreferrer">
<a href={copyright.link} target="_blank" rel="noreferrer">
{new URL(copyright.link).host}
</a>
</>
Expand Down

0 comments on commit c0246d4

Please sign in to comment.