change:-axolotl改为starlight
-移除了多人游戏的侧边栏残留
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div aria-label="Axolotl" class="flex h-full items-center gap-2 font-extrabold text-contrast">
|
||||
<div aria-label="Starlight" class="flex h-full items-center gap-2 font-extrabold text-contrast">
|
||||
<img aria-hidden="true" class="aspect-square h-full object-contain" :src="axolotlVisual" />
|
||||
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Axolotl</span>
|
||||
<span v-if="!iconOnly" class="hidden text-sm tracking-wide xl:inline">Starlight</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user