···9191 ))}
9292 </div>
93939494- <h2 className="text-2xl font-medium text-neutral-200">Discord Community <BsDiscord className="inline ml-1 mb-1 text-[#5865f2]" /></h2>
9494+ <h2 className="text-2xl font-medium text-neutral-200">Discord Community <BsDiscord className="inline ml-1 mb-1 text-blurple" /></h2>
9595 <div className="max-w-xl mt-1">
9696 Join our Discord server to chat with other members of the community, ask questions, and get help with our products.
9797 </div>
···155155 <ImageUrlInput
156156 name="Card Background"
157157 url={`/guilds/${guild?.id}/modules/bye`}
158158- ratio="aspect-[4/1]"
158158+ ratio="aspect-4/1"
159159 dataName="card.background"
160160 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
161161 defaultState={data.card.background || ""}
···249249 <ImageUrlInput
250250 name="Card Background"
251251 url={`/guilds/${guild?.id}/modules/welcome`}
252252- ratio="aspect-[4/1]"
252252+ ratio="aspect-4/1"
253253 dataName="card.background"
254254 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
255255 defaultState={data.card.background || ""}
···5252 <ImageUrlInput
5353 name="Banner"
5454 url={url}
5555- ratio="aspect-[4/1]"
5555+ ratio="aspect-4/1"
5656 dataName="banner"
5757 description="Enter a url which should be the banner of the leaderboard web page. The recomended image ration is 4:1 and recommended resolution 1024x256px."
5858 defaultState={data.bannerUrl || ""}
···8282 <ImageUrlInput
8383 name="Background"
8484 url="/users/@me/rank"
8585- ratio="aspect-[4/1]"
8585+ ratio="aspect-4/1"
8686 dataName="background"
8787 description="Enter a url which should be the background of your /rank card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
8888 defaultState={user?.extended?.rank?.background || ""}