mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
github button targets repo
This commit is contained in:
@@ -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: {
|
||||
|
@@ -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 />}
|
||||
|
Reference in New Issue
Block a user