mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-18 05:58:07 +01:00
lint code
This commit is contained in:
@@ -4,11 +4,12 @@ const getColor = computed(() => `text-${appConfig.ui.primary}-500`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UButton
|
||||
class="flex items-center"
|
||||
variant="ghost"
|
||||
to="/"
|
||||
:class="getColor">
|
||||
<UButton
|
||||
class="flex items-center"
|
||||
variant="ghost"
|
||||
to="/"
|
||||
:class="getColor"
|
||||
>
|
||||
ArthurDanj
|
||||
</UButton>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user