Skip to content

Commit

Permalink
Update author link
Browse files Browse the repository at this point in the history
  • Loading branch information
lefelys committed May 7, 2024
1 parent 8827eb8 commit 3b8d9a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ export default function Footer() {
<div className='flex h-16 items-center'>
<div className='flex space-x-4 items-center'>
<a
href='https://lefelys.com'
href='https://github.com/lefelys'
target='_blank'
className='text-sm hover:underline decoration-dotted decoration-muted-foreground text-muted-foreground/30 hover:text-foreground' rel="noopener"
className='text-sm hover:underline decoration-dotted decoration-muted-foreground text-muted-foreground/30 hover:text-foreground'
rel='noopener'
>
by lefelys
</a>
Expand Down

0 comments on commit 3b8d9a3

Please sign in to comment.