Skip to content

Commit 3b8d9a3

Browse files
committed
Update author link
1 parent 8827eb8 commit 3b8d9a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/web/src/components/footer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ export default function Footer() {
1111
<div className='flex h-16 items-center'>
1212
<div className='flex space-x-4 items-center'>
1313
<a
14-
href='https://lefelys.com'
14+
href='https://github.com/lefelys'
1515
target='_blank'
16-
className='text-sm hover:underline decoration-dotted decoration-muted-foreground text-muted-foreground/30 hover:text-foreground' rel="noopener"
16+
className='text-sm hover:underline decoration-dotted decoration-muted-foreground text-muted-foreground/30 hover:text-foreground'
17+
rel='noopener'
1718
>
1819
by lefelys
1920
</a>

0 commit comments

Comments
 (0)