Skip to content

Commit

Permalink
real v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Jan 3, 2024
1 parent 2c1c45b commit 7bd75b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/about/AboutBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function AboutBanner({
href={href}
target="_blank"
rel="noreferrer"
className="block flex items-center gap-2 rounded-md px-4 py-0.5 text-center text-sm text-white opacity-75 shadow-sm transition-all duration-150 hover:opacity-100"
className="flex items-center gap-2 rounded-md px-4 py-0.5 text-center text-sm text-white opacity-75 shadow-sm transition-all duration-150 hover:opacity-100"
style={{
backgroundColor: color,
}}
Expand Down

0 comments on commit 7bd75b5

Please sign in to comment.