The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

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

fix leaderboard OG image alignment

Luna 5efe4e40 26344fc3

+4 -2
+4 -2
app/leaderboard/[guildId]/open-graph.png/route.tsx
··· 31 31 ( 32 32 <div tw="bg-[#07050c] p-18 flex flex-col w-full h-full text-6xl text-white"> 33 33 <div tw="flex mb-6"> 34 - <span tw="text-3xl bg-[#2c2146] text-[#895af6] opacity-80 pt-2 px-4 rounded-xl" style={{ fontWeight: 500 }}>Leaderboard</span> 34 + <span tw="text-3xl bg-[#2c2146] text-[#895af6] opacity-80 pt-2 px-4 rounded-xl pb-2" style={{ fontWeight: 500 }}> 35 + Leaderboard 36 + </span> 35 37 </div> 36 38 <div tw="flex mb-3 items-center"> 37 39 <img 38 40 alt="" 39 41 src={guildExists && guild.icon ? `https://cdn.discordapp.com/icons/${guild.id}/${guild.icon}.png` : getCanonicalUrl("discord.png")} 40 - tw="h-20 w-20 rounded-2xl relative bottom-3 mr-5" 42 + tw="h-20 w-20 rounded-2xl mr-5" 41 43 width={20 * 4} 42 44 height={20 * 4} 43 45 />