Skip to content

Commit

Permalink
fix: broken pre-mining page since last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed May 22, 2024
1 parent a098b01 commit ec67f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions src/app/app/[tab]/AppTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ const _AppTabs: FC = () => {
<i className="ri-arrow-down-s-fill absolute -bottom-[1.33rem] left-1.5 -z-10 text-3xl text-[#20456c]/90"></i>
</div>
</TabsTrigger>
{/* <TabsTrigger
<TabsTrigger
value="pre-mining"
className="[&_div:hover]:!opacity-100 [&_div:hover]:!grayscale-0"
className="[&_div:hover]:!opacity-100 [&_div:hover]:!grayscale-0 hidden"
>
Pre-Mining
</TabsTrigger> */}
</TabsTrigger>

{/* <TabsTrigger value="staking">Staking</TabsTrigger> */}
<TabsTrigger value="dashboard">Dashboard</TabsTrigger>
Expand All @@ -67,9 +67,9 @@ const _AppTabs: FC = () => {
<TabsContent value="invest">
<AppInvest />
</TabsContent>
{/* <TabsContent value="pre-mining">
<TabsContent value="pre-mining">
<AppPreMining />
</TabsContent> */}
</TabsContent>
<TabsContent value="airdrop">
<AppAirdrop />
</TabsContent>
Expand Down

0 comments on commit ec67f62

Please sign in to comment.