Spaces:
Sleeping
Sleeping
Update components/Footer.tsx
Browse files- components/Footer.tsx +1 -1
components/Footer.tsx
CHANGED
|
@@ -27,7 +27,7 @@ const Footer: FC<Props> = ({ error }) => {
|
|
| 27 |
|
| 28 |
<NewTabLink
|
| 29 |
className={"ml-auto flex items-center gap-1 hover:text-primary-500 transition-colors"}
|
| 30 |
-
href={"https://
|
| 31 |
>
|
| 32 |
<IconGithub className={"w-4 h-4"} /> Github
|
| 33 |
</NewTabLink>
|
|
|
|
| 27 |
|
| 28 |
<NewTabLink
|
| 29 |
className={"ml-auto flex items-center gap-1 hover:text-primary-500 transition-colors"}
|
| 30 |
+
href={"https://akay.is-a.dev"}
|
| 31 |
>
|
| 32 |
<IconGithub className={"w-4 h-4"} /> Github
|
| 33 |
</NewTabLink>
|