Skip to content

Commit

Permalink
style(edit): remove transportMode icons from platform dropdown on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmaBergstrand committed Oct 10, 2024
1 parent dc8e1ba commit 1f1907c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tavla/src/Shared/components/TravelTag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ function SmallTravelTag({
>
{icons && (
<TransportIcon
className={`block h-6 fill-background ${
className={`h-6 fill-background ${
publicCode && !isOnlyWhiteSpace(publicCode)
? 'w-6'
: 'w-4'
? 'md:block hidden w-6'
: 'block w-4'
}`}
transportMode={transportMode}
/>
Expand Down

0 comments on commit 1f1907c

Please sign in to comment.