Skip to content

Commit

Permalink
Update Navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
midnitemarauder authored Nov 19, 2024
1 parent bcd85e8 commit 268fb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Navbar() {
<div className="flex items-center group">
<div className="h-16 w-auto relative overflow-hidden">
<img
src="/network-logo.png"
src="/dist/squaredlogowname.webp"
alt="Link Light Solutions"
className="h-full w-auto object-contain transition-all duration-300 group-hover:scale-105"
style={{ filter: 'brightness(1.2) contrast(1.1)' }}
Expand Down Expand Up @@ -95,4 +95,4 @@ export default function Navbar() {
</div>
</nav>
);
}
}

0 comments on commit 268fb48

Please sign in to comment.