We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c08e4 + 3208d84 commit b8ee419Copy full SHA for b8ee419
src/components/Footer/Hamburger.component.tsx
@@ -93,7 +93,7 @@ const Hamburger = () => {
93
>
94
<Link href={href} passHref>
95
<span
96
- className="inline-block px-4 py-2 no-underline hover:text-black hover:underline"
+ className="text-xl inline-block px-4 py-2 no-underline hover:text-black hover:underline"
97
onClick={() => {
98
setisExpanded((prevExpanded) => !prevExpanded);
99
}}
0 commit comments