share social links
This commit is contained in:
parent
7b8d09a312
commit
143fae9b93
3 changed files with 36 additions and 35 deletions
|
|
@ -2,11 +2,7 @@
|
|||
import { ref } from 'vue'
|
||||
import SiteHeader from '@/components/SiteHeader.vue'
|
||||
import SiteFooter from '@/components/SiteFooter.vue'
|
||||
|
||||
interface SocialLink {
|
||||
label: string
|
||||
href: string
|
||||
}
|
||||
import { socialLinks } from '@/content/socialLinks'
|
||||
|
||||
const contactFirstName = ref('')
|
||||
const contactLastName = ref('')
|
||||
|
|
@ -17,17 +13,6 @@ const contactMessage = ref('')
|
|||
const newsletterFullName = ref('')
|
||||
const newsletterEmail = ref('')
|
||||
|
||||
const socialLinks: SocialLink[] = [
|
||||
{
|
||||
label: 'YouTube',
|
||||
href: 'https://www.youtube.com/@rabbigerzi',
|
||||
},
|
||||
{
|
||||
label: 'Spotify',
|
||||
href: 'https://open.spotify.com/show/49H1X9A7KZWAnnIbcoQXQR?si=6253691f23be44ad',
|
||||
},
|
||||
]
|
||||
|
||||
function submitContact(submitEvent: Event): void {
|
||||
submitEvent.preventDefault()
|
||||
contactFirstName.value = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue