···91 ))}
92 </div>
9394- <h2 className="text-2xl font-medium text-neutral-200">Discord Community <BsDiscord className="inline ml-1 mb-1 text-[#5865f2]" /></h2>
95 <div className="max-w-xl mt-1">
96 Join our Discord server to chat with other members of the community, ask questions, and get help with our products.
97 </div>
···91 ))}
92 </div>
9394+ <h2 className="text-2xl font-medium text-neutral-200">Discord Community <BsDiscord className="inline ml-1 mb-1 text-blurple" /></h2>
95 <div className="max-w-xl mt-1">
96 Join our Discord server to chat with other members of the community, ask questions, and get help with our products.
97 </div>
···155 <ImageUrlInput
156 name="Card Background"
157 url={`/guilds/${guild?.id}/modules/bye`}
158- ratio="aspect-[4/1]"
159 dataName="card.background"
160 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
161 defaultState={data.card.background || ""}
···155 <ImageUrlInput
156 name="Card Background"
157 url={`/guilds/${guild?.id}/modules/bye`}
158+ ratio="aspect-4/1"
159 dataName="card.background"
160 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
161 defaultState={data.card.background || ""}
···249 <ImageUrlInput
250 name="Card Background"
251 url={`/guilds/${guild?.id}/modules/welcome`}
252- ratio="aspect-[4/1]"
253 dataName="card.background"
254 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
255 defaultState={data.card.background || ""}
···249 <ImageUrlInput
250 name="Card Background"
251 url={`/guilds/${guild?.id}/modules/welcome`}
252+ ratio="aspect-4/1"
253 dataName="card.background"
254 description="Enter a url which should be the background for the image card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
255 defaultState={data.card.background || ""}
···52 <ImageUrlInput
53 name="Banner"
54 url={url}
55- ratio="aspect-[4/1]"
56 dataName="banner"
57 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."
58 defaultState={data.bannerUrl || ""}
···52 <ImageUrlInput
53 name="Banner"
54 url={url}
55+ ratio="aspect-4/1"
56 dataName="banner"
57 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."
58 defaultState={data.bannerUrl || ""}
···82 <ImageUrlInput
83 name="Background"
84 url="/users/@me/rank"
85- ratio="aspect-[4/1]"
86 dataName="background"
87 description="Enter a url which should be the background of your /rank card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
88 defaultState={user?.extended?.rank?.background || ""}
···82 <ImageUrlInput
83 name="Background"
84 url="/users/@me/rank"
85+ ratio="aspect-4/1"
86 dataName="background"
87 description="Enter a url which should be the background of your /rank card. The recomended image ration is 4:1 and recommended resolution 1024x256px."
88 defaultState={user?.extended?.rank?.background || ""}