Skip to content

Commit

Permalink
Updates social links
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor committed Jan 1, 2025
1 parent a8b13c7 commit 2b59eb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ export function Footer() {
***
</div>
<div className="flex flex-row gap-4 items-center justify-center">
<FooterLink href="/github">
<FooterLink href="https://github.com/a-poor">
GitHub
</FooterLink>
<FooterLink href="/linkedin">
<FooterLink href="https://linkedin.com/in/austinpoor">
LinedIn
</FooterLink>
<FooterLink href="/bluesky">
<FooterLink href="https://bsky.app/profile/austinpoor.com">
BlueSky
</FooterLink>
<FooterLink href="/youtube">
<FooterLink href="https://www.youtube.com/@a-poor">
YouTube
</FooterLink>
</div>
Expand Down
6 changes: 3 additions & 3 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ export default function Page() {
I'm a full-stack software engineer living in Los Angeles, CA.
</p>
<div className="w-fit pb-10 grid grid-cols-4 gap-2 items-center">
<Link to="/github">
<Link to="https://github.com/a-poor">
<GithubLogo size={36} />
<span className="sr-only">Github</span>
</Link>
<Link to="/linkedin">
<Link to="https://linkedin.com/in/austinpoor">
<LinkedinLogo size={36} />
<span className="sr-only">LinkedIn</span>
</Link>
<Link to="/bluesky">
<Link to="https://bsky.app/profile/austinpoor.com">
<Butterfly size={36} />
<span className="sr-only">Bluesky</span>
</Link>
Expand Down

0 comments on commit 2b59eb3

Please sign in to comment.