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"
|
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: {
|
||||||
|
@@ -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 />}
|
||||||
|
Reference in New Issue
Block a user