mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 09:41:48 +00:00
Update Logo.vue
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
const colorMode = useColorMode()
|
||||
</script>
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user