Skip to content

Commit

Permalink
What the twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
tulpenkiste committed Dec 27, 2024
1 parent c32e281 commit a698d3f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/client/components/auth/src/AuthPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BiLogosGithub, BiLogosMastodon, BiLogosTwitter } from "solid-icons/bi";
import { BiLogos500px, BiLogosGithub, BiLogosHtml5, BiLogosMastodon, BiLogosTwitter } from "solid-icons/bi";
import { JSX } from "solid-js";

import { styled } from "styled-system/jsx";
Expand Down Expand Up @@ -155,13 +155,14 @@ export function AuthPage(props: { children: JSX.Element }) {
<LinkWithIcon href="https://github.com/upryzing" target="_blank">
<BiLogosGithub size={24} />
</LinkWithIcon>
<LinkWithIcon href="https://twitter.com/upryzing" target="_blank">
<LinkWithIcon href="https://bsky.app/profile/upryzing.app" target="_blank">
<BiLogosTwitter size={24} />
{
// eslint-disable-next-line spellcheck/spell-checker
/* No bsky icon in solid-icons */
}
</LinkWithIcon>
<LinkWithIcon
href="https://lea.pet/@upryzing"
target="_blank"
>
<LinkWithIcon href="https://lea.pet/@upryzing" target="_blank">
<BiLogosMastodon size={24} />
</LinkWithIcon>
</NavItems>
Expand Down

0 comments on commit a698d3f

Please sign in to comment.