your personal website on atproto - mirror blento.app
at hide-friends 12 lines 326 B view raw
1<script lang="ts"> 2 let { class: className = '' }: { class?: string } = $props(); 3</script> 4 5<div class={['text-xs font-light', className]}> 6 made with <a 7 href="https://blento.app" 8 target="_blank" 9 class="hover:text-accent-600 dark:hover:text-accent-400 font-medium transition-colors duration-200" 10 >blento</a 11 > 12</div>