mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
8 lines
194 B
Vue
8 lines
194 B
Vue
<template>
|
|
<v-avatar color="#333" class="ma-2 pa-1" :image="Logo" size="48" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import Logo from '#assets/it4c-logo2-clean-bg_alpha-128x128.png'
|
|
</script>
|