Skip to content

Commit

Permalink
Update Logo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
midnitemarauder authored Nov 19, 2024
1 parent f7d2a78 commit 46b5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Logo() {
<div className="flex items-center group">
<div className="h-16 w-auto relative overflow-hidden">
<img
src="/dsit/squaredlogowname.webp"
src="/dist/squaredlogowname.webp"
alt="Link Light Solutions"
className={`h-full w-auto object-contain transition-all duration-300 group-hover:scale-105 ${
imageLoaded ? 'opacity-100' : 'opacity-0'
Expand Down

0 comments on commit 46b5eea

Please sign in to comment.