TOPVERSE_Official/components/brand/logo.vue

6 lines
111 B
Vue
Raw Normal View History

2023-04-23 23:14:52 +08:00
<template>
<div inline-flex>
2023-05-04 00:47:08 +08:00
<img inline-block h-38 w-38 src="/topverse.black.svg">
2023-04-23 23:14:52 +08:00
</div>
</template>