diff --git a/src/App.vue b/src/App.vue index e475119..d491009 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,9 +23,16 @@ import DarkModeToggle from "@/components/DarkmodeToggle.vue"; > login + + me + - - + + @@ -42,7 +49,6 @@ import DarkModeToggle from "@/components/DarkmodeToggle.vue"; nav { a { font-weight: bold; - &.router-link-exact-active { text-decoration: underline; } diff --git a/src/router/index.ts b/src/router/index.ts index de63893..9c8a2c6 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -8,15 +8,6 @@ const routes: Array = [ name: "home", component: HomeView, }, - { - path: "/connect", - name: "connect", - component: () => - import(/* webpackChunkName: "connect" */ "../views/ConnectPage.vue"), - meta: { - requireAuth: true, - }, - }, { path: "/me", name: "me", diff --git a/src/views/AuthCallbackPage.vue b/src/views/AuthCallbackPage.vue index 6511965..29211ff 100644 --- a/src/views/AuthCallbackPage.vue +++ b/src/views/AuthCallbackPage.vue @@ -17,8 +17,8 @@ const route = useRoute();
Authorization completed
- - Join a Session + + Go to my Profile diff --git a/src/views/ConnectPage.vue b/src/views/ConnectPage.vue deleted file mode 100644 index 3aab791..0000000 --- a/src/views/ConnectPage.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 290d650..b41af9a 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -4,5 +4,7 @@

listen to music with your friends

+ Get started + Go to my profile diff --git a/src/views/MePage.vue b/src/views/MePage.vue index 6ac01a7..124008a 100644 --- a/src/views/MePage.vue +++ b/src/views/MePage.vue @@ -20,7 +20,7 @@ onBeforeUnmount(() => {