diff --git a/src/components/layout/CommonHeader.tsx b/src/components/layout/CommonHeader.tsx
index f42c966..cfcd1e7 100644
--- a/src/components/layout/CommonHeader.tsx
+++ b/src/components/layout/CommonHeader.tsx
@@ -53,7 +53,7 @@ export function CommonHeader() {
// Use fetched profile image, fallback to session image
const userImage = profileImage || session?.user?.image;
- // Logo destination — always lands on the user home / dashboard regardless of role.
+ // Logo destination — always lands on the user dashboard regardless of role.
const dashboardLink = '/user/dashboard';
return (
@@ -229,8 +229,8 @@ export function CommonHeader() {
className="flex items-center gap-3 px-4 py-3 border-b border-black/10 hover:bg-black/5 transition-colors"
onClick={() => setShowProfileMenu(false)}
>
-
Edit profile
+Edit Page
)}