🐛 Fix bugs

This commit is contained in:
2025-09-25 02:22:53 +08:00
parent 54e8ffea6f
commit 2de1e12c33
2 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<v-footer app fixed flat height="48">
<v-container class="mx-auto d-flex align-center justify-between">
<img
src="/_nuxt/assets/images/cloudy-lamb.png"
:src="Icon"
alt="Cloudy Lamb"
height="24"
width="24"
@@ -22,5 +22,7 @@
</template>
<script lang="ts" setup>
import Icon from "~/assets/images/cloudy-lamb.png"
const colorMode = useColorMode()
</script>