[Branding] Use new logo favicon (#3787)

This commit is contained in:
Chenlei Hu
2025-05-06 11:02:49 -04:00
committed by GitHub
parent 3bdd814b3c
commit 2a21dd1004
2 changed files with 6 additions and 0 deletions

BIN
public/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -3,3 +3,9 @@
<router-view />
</main>
</template>
<script setup lang="ts">
import { useFavicon } from '@vueuse/core'
useFavicon('/assets/favicon.ico')
</script>