Skip to content

Commit

Permalink
Merge pull request #31 from justinfarrelldev/staging
Browse files Browse the repository at this point in the history
Fixed 404 issues (whoops)
  • Loading branch information
justinfarrelldev authored Sep 2, 2024
2 parents aac60a9 + 868fdfd commit a092191
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 a092191

Please sign in to comment.