diff --git a/frontend/src/components/Home.vue b/frontend/src/components/Home.vue index 2cae57d..43efab2 100644 --- a/frontend/src/components/Home.vue +++ b/frontend/src/components/Home.vue @@ -3,9 +3,9 @@ import SocialBtn from "./SocialBtn.vue"; import {ref} from "vue"; import ISocialBtn from "../ISocialBtn.ts"; const socialBtns = ref([ - { id: 0, name: "github", link: "https://github.com/Mootfrost777", color: "#c9510c"}, + { id: 0, name: "github", link: "https://github.com/Mootfrost", color: "#c9510c"}, { id: 1, name: "telegram", link: "https://t.me/mootfrost", color: "#1f9bda"}, - { id: 2, name: "gitea", link: "https://git.mootfrost.dev/Mootfrost777", color: "#609926"} + { id: 2, name: "gitea", link: "https://git.mootfrost.dev/Mootfrost", color: "#609926"} ])