Skip to content

Commit

Permalink
chore: update socials
Browse files Browse the repository at this point in the history
  • Loading branch information
kijz committed May 23, 2024
1 parent 6a99ee4 commit 956c321
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,24 +155,24 @@ const Page = () => {
</Heading>
<List>
<ListItem>
<Link href="https://github.com/fkajzer" target="_blank">
<Link href="https://github.com/kijz" target="_blank">
<Button
variant="ghost"
colorScheme="teal"
leftIcon={<Icon as={IoLogoGithub} />}
>
@fkajzer
@kijz
</Button>
</Link>
</ListItem>
<ListItem>
<Link href="https://twitter.com/_okayzer" target="_blank">
<Link href="https://x.com/kijz__" target="_blank">
<Button
variant="ghost"
colorScheme="teal"
leftIcon={<Icon as={IoLogoTwitter} />}
>
@_okayzer
@kijz__
</Button>
</Link>
</ListItem>
Expand All @@ -188,13 +188,13 @@ const Page = () => {
</Link>
</ListItem>
<ListItem>
<Link href="https://kjz.itch.io" target="_blank">
<Link href="https://kijz.itch.io" target="_blank">
<Button
variant="ghost"
colorScheme="teal"
leftIcon={<Icon as={IoGameControllerSharp} />}
>
@kjz -- itch.io
@kijz -- itch.io
</Button>
</Link>
</ListItem>
Expand Down

0 comments on commit 956c321

Please sign in to comment.