Skip to content

Commit

Permalink
outer live links on mobile should always be horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Oct 17, 2024
1 parent 0fc777b commit 3bad5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,7 @@ export const Card = ({
containerPalette={containerPalette}
absoluteServerTimes={absoluteServerTimes}
displayHeader={isFlexibleContainer}
directionOnMobile={
isFlexibleContainer ? 'horizontal' : undefined
}
directionOnMobile={'horizontal'}
></LatestLinks>
</Island>
)}
Expand Down

0 comments on commit 3bad5e6

Please sign in to comment.