Skip to content

Commit

Permalink
Merge branch 'main' into shashank/fix-typeform-logo-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anikdhabal authored Dec 28, 2024
2 parents 6672dee + 3f0a671 commit e9344ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/shell/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const MobileNavigation = ({ isPlatformNavigation = false }: { isPlatformNavigati
<>
<nav
className={classNames(
"pwa:pb-[max(0.625rem,env(safe-area-inset-bottom))] pwa:-mx-2 bg-muted border-subtle fixed bottom-0 left-0 z-30 flex w-full border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
"pwa:pb-[max(0.25rem,env(safe-area-inset-bottom))] pwa:-mx-2 bg-muted border-subtle fixed bottom-0 left-0 z-30 flex w-full border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
isEmbed && "hidden"
)}>
{mobileNavigationBottomItems.map((item) => (
Expand Down

0 comments on commit e9344ba

Please sign in to comment.