diff --git a/vue/src/views/home/Links.vue b/vue/src/views/home/Links.vue index 2cca698..2e48aa3 100644 --- a/vue/src/views/home/Links.vue +++ b/vue/src/views/home/Links.vue @@ -6,7 +6,6 @@ import Header from "@/components/text/Header.vue"; const site_links = [ { name: "CV", link: "/cv" }, { name: "Bookmarks", link: "/bookmarks" }, - { name: "Notes", link: "/notes/" }, { name: "Admin", link: "/admin" }, // { name: "Shrines", link: "/shrines" }, ]; @@ -16,6 +15,7 @@ const social_links = [ { name: "Steam", link: "https://steamcommunity.com/id/SteveThePug" }, { name: "Github", link: "https://github.com/SteveThePug" }, { name: "Spotify", link: "https://open.spotify.com/user/stevethepug" }, + { name: "Notes", link: "/notes/" }, ];