Files
AFFiNE-Mirror/blocksuite/docs-site/.vitepress/theme/components/hero-logo.vue
2026-04-29 17:23:23 +08:00

7 lines
191 B
Vue

<template>
<img
style="width: 70%; height: 100%; margin: auto; opacity: 0.8"
src="https://raw.githubusercontent.com/toeverything/blocksuite/master/assets/logo.svg"
/>
</template>