See the best posts from any Bluesky account
0
fork

Configure Feed

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

Replace trophy emoji favicon with red heart SVG

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
resources/views/components/layout.edge
··· 5 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 6 <link rel="preconnect" href="https://fonts.bunny.net" /> 7 7 <link href="https://fonts.bunny.net/css?family=figtree:400,500,600,700|gabarito:400,500,600,700&display=swap" rel="stylesheet" /> 8 - <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏆</text></svg>" /> 8 + <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path fill='%23ef4444' d='M240,98a57.63,57.63,0,0,1-17,41L128,234,33,139A58,58,0,0,1,114,57.41l14,14.18,14-14.18A58,58,0,0,1,240,98Z'/></svg>" /> 9 9 <script nonce="{{ cspNonce }}"> 10 10 (function(){var m=document.cookie.match(/(?:^|;\s*)theme=(dark|light)/);if(m){if(m[1]==='dark')document.documentElement.classList.add('dark');else document.documentElement.classList.remove('dark');return}var d=window.matchMedia('(prefers-color-scheme: dark)').matches;var v=d?'dark':'light';document.cookie='theme='+v+';path=/;max-age=31536000;SameSite=Lax';if(d)document.documentElement.classList.add('dark')})() 11 11 </script>