···5858 .catch(() => null) as ApiV1TopguildsGetResponse[] | null;
59596060 return (
6161- <div className="flex items-center flex-col w-full">
6161+ <div>
62626363 <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">
6464 <h1 className={montserrat.className}>
···6868 </h1>
6969 </div>
70707171- {topGuilds &&
7171+ {
7272+ topGuilds &&
7273 <ImageGrid images={topGuilds
7374 .sort((a, b) => b.memberCount - a.memberCount)
7475 .map((guild) => ({
···154155 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 🥰"
155156 />
156157157157- </div>
158158+ </div >
158159 );
159160}