TOPVERSE_Official/components/Footer.vue

8 lines
243 B
Vue
Raw Normal View History

2023-04-23 14:19:03 +08:00
<template>
<div text="xl gray4" m-5 flex="~ gap3" justify-center>
<NuxtLink i-carbon-campsite to="/" />
<a i-carbon-logo-github href="https://github.com/antfu/vitesse-nuxt3" target="_blank" />
<DarkToggle />
</div>
</template>