github button targets repo

This commit is contained in:
geoffsee
2025-06-24 20:56:08 -04:00
parent de3173a8f8
commit 21d6c8604e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export default function BuiltWithButton() {
bg="transparent"
stroke="text.accent"
color="text.accent"
onClick={() => alert('Built by Geoff Seemueller')}
onClick={() => alert('Built by GSIO')}
_hover={{
bg: 'transparent',
svg: {

View File

@@ -8,7 +8,7 @@ export default function GithubButton() {
return (
<IconButton
as="a"
href="https://github.com/geoffsee"
href="https://github.com/geoffsee/open-gsio"
target="_blank"
aria-label="GitHub"
icon={<Github />}