Skip to content

Commit

Permalink
increment size
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan committed Nov 18, 2024
1 parent 5c61bc0 commit c2c3aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/components/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function Logo({ className, ...props }: LogoProps) {
onClick={onToggle}
className={cn(
"animate-rainbow p-2 relative lg:scale-[1.45] inline-flex",
className,
className
)}
>
<svg
Expand All @@ -29,8 +29,8 @@ export function Logo({ className, ...props }: LogoProps) {
</svg>
<span className="absolute top-1/2 right-1/2 transform translate-x-1/2 -translate-y-1/2 text-black opacity-40">
<svg
width="32"
height="32"
width="36"
height="36"
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit c2c3aff

Please sign in to comment.