move stuff out of <script> into .ts files
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 20s
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 20s
This commit is contained in:
parent
fff708cb8f
commit
66677aa6d8
4 changed files with 47 additions and 23 deletions
|
|
@ -1,14 +1,4 @@
|
|||
<script setup>
|
||||
const footerLinks = [{
|
||||
label: 'Socials',
|
||||
children: [
|
||||
{ label: 'Twitter', to: 'https://x.com/Splatfestival_' },
|
||||
{ label: 'Discord', to: 'https://discord.gg/grMSxZf' },
|
||||
{ label: 'Forgejo', to: 'https://git.spbr.net/spacebar' },
|
||||
{ label: 'Patreon', to: 'https://www.patreon.com/splatfestival' }
|
||||
]
|
||||
}]
|
||||
</script>
|
||||
<script lang="ts" src="../composables/MainFooter.ts"></script>
|
||||
|
||||
<template>
|
||||
<UFooter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue