Add link to geoff.seemueller.io in Sidebar

This commit is contained in:
geoffsee
2025-05-28 22:59:36 -04:00
parent f06fd073d5
commit 4034f31b20

View File

@@ -59,6 +59,17 @@ function RegulatoryItems({ isMobile }) {
return (
<>
<VStack alignItems={isMobile ? "flex-start" : "flex-end"} spacing={1}>
<NavItem
color="text.tertiary"
as={"span"}
path=""
cursor={"pointer"}
onClick={() => {
window.open("https://geoff.seemueller.io");
}}
>
geoff.seemueller.io
</NavItem>
<NavItem
color="text.tertiary"
as={"span"}