diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue
index 1fccefc..0e2031c 100644
--- a/luckydiamond/src/components/HeaderComponent.vue
+++ b/luckydiamond/src/components/HeaderComponent.vue
@@ -7,7 +7,7 @@
diff --git a/luckydiamond/src/router/router.js b/luckydiamond/src/router/router.js
index cc8f1fe..f8f8061 100644
--- a/luckydiamond/src/router/router.js
+++ b/luckydiamond/src/router/router.js
@@ -7,6 +7,6 @@ export default createRouter({
history: createWebHistory(),
routes: [
{ path: '/', component: HomePage, name: 'home' },
- { path: '/', component: ProfilePage, name: 'profile' }
+ { path: '/profile', component: ProfilePage, name: 'profile' }
]
})
\ No newline at end of file