mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 18:21:47 +00:00
Update Logo.vue
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
const colorMode = useColorMode()
|
||||||
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<img src="/licenseapi.png"/>
|
|
||||||
|
<img src="/licenseapi-dark.png" v-if="colorMode.value === 'light'" alt="LicenseAPI Logo" />
|
||||||
|
<img src="/licenseapi.png" v-else alt="LicenseAPI Logo" />
|
||||||
</template>
|
</template>
|
||||||
Reference in New Issue
Block a user