Skip to content

Commit

Permalink
refactor: Remove unnecessary style class from LogoTicker
Browse files Browse the repository at this point in the history
  • Loading branch information
faridvatani committed Aug 4, 2024
1 parent 1b8633e commit ee389cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/sections/LogoTicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const LogoTicker = () => {
key={index}
src={logo.src}
alt={logo.alt}
className="logo-ticker-image"
className="h-8 w-auto"
/>
))}
</motion.div>
Expand Down
4 changes: 0 additions & 4 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@
.btn-text {
@apply text-black bg-transparent;
}

.logo-ticker-image {
@apply h-8 w-auto;
}
}

0 comments on commit ee389cc

Please sign in to comment.