mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Improve temp logo
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
const appConfig = useAppConfig()
|
||||
const getColor = computed(() => `text-${appConfig.ui.primary}-500`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex items-center">
|
||||
LOGO
|
||||
</div>
|
||||
<UButton
|
||||
class="flex items-center"
|
||||
variant="ghost"
|
||||
to="/"
|
||||
:class="getColor">
|
||||
ArthurDanj
|
||||
</UButton>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user