Skip to content

Commit

Permalink
Fixed 404 issues (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfarrelldev committed Sep 2, 2024
1 parent e1f65e0 commit 868fdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default function Index() {
>
<img
width={32}
src="public/github-mark-white.svg"
src="/github-mark-white.svg"
alt="My GitHub Profile"
title="View My GitHub Profile"
/>
Expand All @@ -205,7 +205,7 @@ export default function Index() {
>
<img
width={32}
src="public/[email protected]"
src="/[email protected]"
alt="My LinkedIn Profile"
title="View My LinkedIn Profile"
/>
Expand Down

0 comments on commit 868fdfd

Please sign in to comment.