mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
11 lines
379 B
Vue
11 lines
379 B
Vue
<template>
|
|
<footer class="flex items-center justify-end gap-1.5">
|
|
<div class="flex items-baseline gap-1.5 text-sm text-center text-gray-500 dark:text-gray-400">
|
|
Made by
|
|
<NuxtLink to="https://nuxtlabs.com" aria-label="NuxtLabs">
|
|
<LogoLabs class="text-primary-500 w-14 h-auto dark:text-primary-400" />
|
|
</NuxtLink>
|
|
</div>
|
|
</footer>
|
|
</template>
|