8 lines
243 B
Vue
8 lines
243 B
Vue
|
<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>
|