Skip to content

Commit

Permalink
fix: remove bridge menu mobile description
Browse files Browse the repository at this point in the history
  • Loading branch information
rick23p committed Dec 11, 2024
1 parent ddf21aa commit 4ebc215
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ export const BridgeMenuItem: FC<BridgeMenuItemProps> = ({ dataAttribute }) => {
<MenuItem
key={t('header.nav.bridges.subMenu.btcBridge')}
text={t('header.nav.bridges.subMenu.btcBridge')}
label={t('header.nav.bridges.subMenu.btcBridgeDescription')}
label={
!isMobile &&
t('header.nav.bridges.subMenu.btcBridgeDescription')
}
dataAttribute={`dapp-menu-btcBridge`}
className={classNames('no-underline', {
hidden: !isRskChain(chainId),
Expand Down

0 comments on commit 4ebc215

Please sign in to comment.