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.

small bug/style fixes

Luna c6736a03 bf820b5c

+6 -5
+4 -3
app/(home)/bot/pronouns/layout.tsx
··· 58 58 .catch(() => null) as ApiV1TopguildsGetResponse[] | null; 59 59 60 60 return ( 61 - <div className="flex items-center flex-col w-full"> 61 + <div> 62 62 63 63 <div className="lg:text-7xl text-5xl flex font-semibold md:mb-6 mb-4 dark:text-neutral-100 text-neutral-900 break-words w-full"> 64 64 <h1 className={montserrat.className}> ··· 68 68 </h1> 69 69 </div> 70 70 71 - {topGuilds && 71 + { 72 + topGuilds && 72 73 <ImageGrid images={topGuilds 73 74 .sort((a, b) => b.memberCount - a.memberCount) 74 75 .map((guild) => ({ ··· 154 155 content="I have a lot of friends who have different preferred pronouns and identities and I think it's super sweet y'all have the feature that they can change their pronouns anytime so I put your bot in my servers and a friend may put it in theirs too 🥰" 155 156 /> 156 157 157 - </div> 158 + </div > 158 159 ); 159 160 }
+1 -1
app/(home)/faq.component.tsx
··· 39 39 className="bg-wamellow border-none rounded-lg overflow-hidden" 40 40 variant="shadow" 41 41 selectionMode="multiple" 42 - defaultExpandedKeys={["1"]} 42 + defaultExpandedKeys={["0"]} 43 43 disableAnimation={web.reduceMotions} 44 44 > 45 45 {data.map((item, index) => (
+1 -1
app/globals.css
··· 8 8 } 9 9 10 10 .dark:root { 11 - --background-rgb: rgb(7, 5, 12); 11 + --background-rgb: rgb(4, 2, 12); 12 12 --wamellow-rgb: rgba(255, 255, 255, 0.16); 13 13 } 14 14