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