We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8827eb8 commit 3b8d9a3Copy full SHA for 3b8d9a3
1 file changed
apps/web/src/components/footer.tsx
@@ -11,9 +11,10 @@ export default function Footer() {
11
<div className='flex h-16 items-center'>
12
<div className='flex space-x-4 items-center'>
13
<a
14
- href='https://lefelys.com'
+ href='https://github.com/lefelys'
15
target='_blank'
16
- 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'
17
+ rel='noopener'
18
>
19
by lefelys
20
</a>
0 commit comments