Skip to content

Commit

Permalink
fix: fix route path
Browse files Browse the repository at this point in the history
  • Loading branch information
painiteleo authored and painiteleo committed Aug 1, 2024
1 parent 6e9d81d commit 101fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app/[tab]/AppTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const _AppTabs: FC = () => {
</TabsTrigger>
<TabsTrigger value="dashboard">Dashboard</TabsTrigger>
{/* <TabsTrigger value="affiliate">Affiliate Program</TabsTrigger> */}
<TabsTrigger value="bridge">Swap</TabsTrigger>
<TabsTrigger value="swap">Swap</TabsTrigger>
<XPayButton />
</TabsList>
<div className="[&_>_*]:animate-fadeAndMoveIn [&_>_*]:[animation-duration:300ms] sm:px-5 max-w-[100vw]">
Expand Down

0 comments on commit 101fc2b

Please sign in to comment.