Skip to content

Commit

Permalink
req8: remove top action
Browse files Browse the repository at this point in the history
  • Loading branch information
miroshar-success committed Apr 7, 2024
1 parent 76a33eb commit a51a673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/GlobalLayout/Desktop/SideBar/TopActions.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ActionIcon } from '@lobehub/ui';
import { Compass, MessageSquare } from 'lucide-react';
import { MessageSquare } from 'lucide-react';
import Link from 'next/link';
import { memo } from 'react';
import { useTranslation } from 'react-i18next';
Expand Down Expand Up @@ -34,15 +34,15 @@ const TopActions = memo<TopActionProps>(({ tab }) => {
title={t('tab.chat')}
/>
</Link>
<Link aria-label={t('tab.market')} href={'/market'}>
{/* <Link aria-label={t('tab.market')} href={'/market'}>
<ActionIcon
active={tab === SidebarTabKey.Market}
icon={Compass}
placement={'right'}
size="large"
title={t('tab.market')}
/>
</Link>
</Link> */}
</>
);
});
Expand Down

0 comments on commit a51a673

Please sign in to comment.