Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: remove image from navbar (for now) since it lowers lighthouse sc…
Browse files Browse the repository at this point in the history
…ores
  • Loading branch information
IncognitoTGT committed Feb 2, 2024
1 parent 2659961 commit bfd5fb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file modified public/ephemeral-sm.webp
Binary file not shown.
5 changes: 0 additions & 5 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ export default function Navbar() {
}`}
>
<div className="flex items-center">
<img
src="/ephemeral-sm.webp"
alt="Ephemeral"
className="h-8 w-8 rounded-lg"
/>
<div className="ml-2">Ephemeral</div>
</div>
</div>
Expand Down

0 comments on commit bfd5fb4

Please sign in to comment.