Skip to content

Commit

Permalink
refactor(header): point link to repo instead of profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tostesdaniel committed Dec 26, 2024
1 parent f4ee1e4 commit 2692b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function Header() {
<nav className='flex items-center gap-0.5'>
<Button variant='ghost' size='icon' className='size-9'>
<a
href={siteConfig.links.gitHub}
href={siteConfig.links.repo}
target='_blank'
rel='noopener noreferrer'
>
Expand Down

0 comments on commit 2692b1c

Please sign in to comment.