Skip to content

Commit

Permalink
feat: add umami link
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jul 9, 2024
1 parent c8875dc commit 771e722
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/+Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ function Layout({ children }) {
<main className="h-full w-full flex justify-center items-center flex-col">{children}</main>
<footer className="w-full text-center text-sm space-y-4 text-zinc-700 relative bottom-0">
{shouldShowCD && <a href="/" className="font-mono underline underline-offset-1">cd /</a>}
<p>© {year} David Dong. All rights reserved.</p>
<p>© {year} David Dong. All rights reserved.
<a href="https://cloud.umami.is/share/057q09EfzZ3Dm6sQ/daviddong.me">
📈
</a>
</p>
</footer>
</div>
);
Expand Down

0 comments on commit 771e722

Please sign in to comment.