diff --git a/packages/nextjs/app/myProfile/MyProfile.tsx b/packages/nextjs/app/myProfile/MyProfile.tsx index 1314af4..67afa10 100644 --- a/packages/nextjs/app/myProfile/MyProfile.tsx +++ b/packages/nextjs/app/myProfile/MyProfile.tsx @@ -138,7 +138,7 @@ export const MyProfile: NextPage = () => { {/* User Profile Section */}
{/* Profile Picture */} -
+
{ {/* USDC Balance and Logo at the Bottom Right */} {isEditing ? ( -
+
diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx index febbf63..c6ebf21 100644 --- a/packages/nextjs/app/page.tsx +++ b/packages/nextjs/app/page.tsx @@ -3,7 +3,7 @@ import type { NextPage } from "next"; import { getMetadata } from "~~/utils/scaffold-eth/getMetadata"; export const metadata = getMetadata({ - title: "Explore | DARTE", + title: "DARTE", description: "Built with 🏗 Scaffold-ETH 2", }); diff --git a/packages/nextjs/components/Header.tsx b/packages/nextjs/components/Header.tsx index 34130a4..c2be5a5 100644 --- a/packages/nextjs/components/Header.tsx +++ b/packages/nextjs/components/Header.tsx @@ -168,8 +168,11 @@ export const Header = () => { )} {isMenuOpen && isConnected && ( -
- +
+
+ +
+
My Profile