Skip to content

Commit

Permalink
Merge pull request #91 from fiqryq/41-integrate-with-umami
Browse files Browse the repository at this point in the history
feat: add dashboard url #41
  • Loading branch information
fiqryq authored Dec 28, 2022
2 parents 70e68fb + faf411e commit a3a1e01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const Footer: React.FC = () => {
<div className="flex gap-6 text-sm font-medium text-zinc-800 dark:text-zinc-200">
<Link href="/">Home</Link>
<Link href="/gear">Gear</Link>
<Link href="/gear">Dashboard</Link>
<Link href="/https://dashboard.fiqry.dev/share/GKTWkENc/Fiqry.dev">
Dashboard
</Link>
</div>
<p className="text-sm text-zinc-400 dark:text-zinc-500">
&copy; {new Date().getFullYear()}{' '}
Expand Down

1 comment on commit a3a1e01

@vercel
Copy link

@vercel vercel bot commented on a3a1e01 Dec 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.