Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel
0
fork

Configure Feed

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

feat: New Aethel branding!

+4 -5
web/public/bot_icon.png

This is a binary file and will not be displayed.

+2 -2
web/src/components/Layout.tsx
··· 43 43 > 44 44 <div className="flex h-16 items-center justify-between px-6 border-b border-gray-200"> 45 45 <div className="flex items-center space-x-3"> 46 - <img className="w-8 h-8 rounded-lg" src="/bot_icon.png" alt="Aethel Bot" /> 46 + <img className="w-8 h-8 rounded-lg object-contain" src="/bot_icon.png" alt="Aethel Bot" style={{ imageRendering: 'crisp-edges' }} /> 47 47 <h1 className="text-xl font-semibold text-gray-900">Aethel</h1> 48 48 </div> 49 49 <button ··· 128 128 <Menu className="h-5 w-5" /> 129 129 </button> 130 130 <div className="flex items-center space-x-3"> 131 - <img className="w-8 h-8 rounded-lg" src="/bot_icon.png" alt="Aethel Bot" /> 131 + <img className="w-8 h-8 rounded-lg object-contain" src="/bot_icon.png" alt="Aethel Bot" style={{ imageRendering: 'crisp-edges' }} /> 132 132 <h1 className="text-xl font-semibold text-gray-900">Aethel</h1> 133 133 </div> 134 134 </div>
+2 -3
web/src/pages/LandingPage.tsx
··· 39 39 <img 40 40 src="/bot_icon.png" 41 41 alt="Aethel Bot Logo" 42 - width={160} 43 - height={160} 44 - className="mx-auto mb-8 pixel-art rounded-2xl w-40 h-40 object-cover" 42 + className="mx-auto mb-8 rounded-2xl w-40 h-40 object-contain" 43 + style={{ imageRendering: 'auto' }} 45 44 /> 46 45 <h1 className="text-4xl md:text-6xl font-bold mb-4 text-gray-800">Aethel</h1> 47 46 <p className="text-xl text-gray-600 mb-8">A useful and multipurpose bot for Discord</p>