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.
1 parent e217c28 commit 4582c4bCopy full SHA for 4582c4b
src/components/AppHeader/PlatformSwitcher/index.tsx
@@ -18,7 +18,7 @@ export const PlatformSwitcher = () => {
18
{platformsConfig.map(({ active, description, href, icon }) => (
19
<PlatformSwitcherItem
20
active={active}
21
- className='py-[1.4rem] px-[1.6rem] my-[1.4rem] mx-[1.6rem] h-auto lg:py-[2.4rem] lg:px-[1.6rem] lg:m-[1.6rem] lg:mt-[2.4rem] lg:h-[14.3rem]'
+ className='py-[1.4rem] px-[1.6rem] my-[1.4rem] mx-[1.6rem] h-auto lg:py-[2.4rem] lg:m-[1.6rem] lg:mt-[2.4rem] lg:h-[14.3rem]'
22
description={localize('{{description}}', { description })}
23
href={href}
24
icon={icon}
0 commit comments