an atproto based link aggregator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove text from logo, keep just the 'p' mark

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

-11
-11
src/lib/components/Logo.svelte
··· 8 8 9 9 <a href="/" class="logo {size}" aria-label="papili home"> 10 10 <span class="mark" aria-hidden="true">p</span> 11 - <span class="text">papili</span> 12 11 </a> 13 12 14 13 <style> ··· 44 43 height: 1.25rem; 45 44 font-size: 0.875rem; 46 45 border-radius: 0.25rem; 47 - } 48 - 49 - .text { 50 - font-weight: 700; 51 - font-size: 1rem; 52 - letter-spacing: -0.025em; 53 - } 54 - 55 - .logo.sm .text { 56 - font-size: 0.875rem; 57 46 } 58 47 59 48 .logo:hover .mark {