Skip to content

Commit

Permalink
fix: image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Aug 30, 2024
1 parent 647b739 commit 2bfac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function App() {
<div className="p-4">
<div className="flex justify-between items-center">
<div className="flex items-center gap-2">
<img src="/jim-index/jim-sm.png" className="w-12 h-12" />
<img src="/jim-sm.png" className="w-12 h-12" />
<span className="font-semibold">Uncle Jim Index</span>
</div>
<div className="flex items-center justify-end gap-2">
Expand Down

0 comments on commit 2bfac22

Please sign in to comment.