Skip to content

Commit 4582c4b

Browse files
committed
chore: removed repeated padding size
1 parent e217c28 commit 4582c4b

File tree

1 file changed

+1
-1
lines changed
  • src/components/AppHeader/PlatformSwitcher

1 file changed

+1
-1
lines changed

src/components/AppHeader/PlatformSwitcher/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PlatformSwitcher = () => {
1818
{platformsConfig.map(({ active, description, href, icon }) => (
1919
<PlatformSwitcherItem
2020
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]'
21+
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]'
2222
description={localize('{{description}}', { description })}
2323
href={href}
2424
icon={icon}

0 commit comments

Comments
 (0)