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

Commit

Permalink
Update logo source path in Navbar component to maintain consistency a…
Browse files Browse the repository at this point in the history
…cross the application
  • Loading branch information
BramSuurdje committed Nov 1, 2024
1 parent ed546b8 commit 0e28c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Navbar() {
unoptimized
width={18}
alt="logo"
src="/proxmox-helper-scripts/logo.png"
src="/logo.png"
/>
<span className="hidden lg:block">Proxmox VE Helper-Scripts</span>
</Link>
Expand Down

0 comments on commit 0e28c8d

Please sign in to comment.