Skip to content

Commit

Permalink
refactor: portfolio page title (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored Feb 12, 2025
1 parent 3562fd3 commit b33c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/dashboard/pages/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const Dashboard = () => {

return (
<>
<Page pageTitle={selectedWallet?.address()}>
<Page pageTitle={t("COMMON.PORTFOLIO")}>
<Section
className="pb-0 first:pt-0 md:px-0 md:pb-4 xl:mx-auto"
innerClassName="m-0 p-0 md:px-0 md:mx-auto"
Expand Down

0 comments on commit b33c1ff

Please sign in to comment.