Skip to content

Commit

Permalink
feat: update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoo-eth committed Feb 10, 2025
1 parent b1e3b4d commit 735c5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/rooch-portal-v2/src/app/trade/liquidity/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import LiquidityPage from 'src/sections/trade/liquidity/view';

export const metadata = {
title: 'liquidity',
title: 'Liquidity',
};

export default function Page() {
Expand Down
2 changes: 1 addition & 1 deletion infra/rooch-portal-v2/src/app/trade/swap-v2/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import WalletGuard from 'src/components/guard/WalletGuard';
import PoolView from 'src/sections/trade/swap-v2/view';

export const metadata = {
title: 'swap',
title: 'Swap',
};

export default function Page({ params }: { params: { tick: string } }) {
Expand Down

0 comments on commit 735c5f9

Please sign in to comment.