Skip to content

Commit

Permalink
feat: hide about tab (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy authored Dec 19, 2023
1 parent 2642614 commit 18f8024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/header/components/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export function NavigationTabs({
isActive={activeTab === '/my-vaults'}
handleClick={() => handleTabClick('/my-vaults')}
/>
<TabButton
{/* <TabButton
title={'How It Works'}
isActive={activeTab === '/how-it-works'}
handleClick={() => handleTabClick('/how-it-works')}
/>
/> */}
</HStack>
);
}

0 comments on commit 18f8024

Please sign in to comment.