9 lines
246 B
Vue
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
<template>
<span inline-flex items-center>
<span text-main>Powered by</span>
<a href="https://sli.dev" class="!border-none">
<img alt="Slidev logo" src="../assets/logo-title-horizontal.png" h-1.5em>
</a>
</span>
</template>