diff --git a/components/ContactButtons.vue b/components/ContactButtons.vue index 0364f5b..d312954 100644 --- a/components/ContactButtons.vue +++ b/components/ContactButtons.vue @@ -3,9 +3,7 @@ import { VPButton } from "vitepress/theme"; import { useClipboard } from "@vueuse/core"; const email = "m@mjfs.us"; -const phone = "+19498727279"; const discord = "zettam"; -const formattedPhone = "+1 (949) 872 7279"; const formattedDiscord = "zettam on Discord"; const discordLink = "https://discord.com/users/145338365133193226/"; @@ -22,12 +20,6 @@ const copiedMsg = (text: string) => `Copied ${text} to clipboard`; :text="text === email ? copiedMsg(email) : 'E-mail'" @click="copy(email)" /> - `Copied ${text} to clipboard`; :href="`mailto:${email}`" :text="email" /> -