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" bg="transparent"
stroke="text.accent" stroke="text.accent"
color="text.accent" color="text.accent"
onClick={() => alert('Built by Geoff Seemueller')} onClick={() => alert('Built by GSIO')}
_hover={{ _hover={{
bg: 'transparent', bg: 'transparent',
svg: { svg: {

View File

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