mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Add link to geoff.seemueller.io in Sidebar
This commit is contained in:
@@ -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"}
|
||||
|
Reference in New Issue
Block a user