···3232 <CopyToClipboardButton
3333 className="w-full !justify-start"
3434 title="Share this page"
3535- text={getCanonicalUrl("ai-gallary", upload.id as string)}
3535+ text={getCanonicalUrl("ai-gallery", upload.id as string)}
3636 icon={<HiShare />}
3737 />
3838 <Tooltip content="Share on Reddit" delay={0} closeDelay={0} showArrow>
3939 <Button
4040 as={Link}
4141- href={`https://reddit.com/submit?title=${encodeURIComponent(`Created an /image with a ${upload.model} AI model on wamellow.com`)}&text=${`Hey! I created this AI /image with the ${upload.model} model and the prompt: "${encodeURIComponent(upload.prompt)}" ${encodeURIComponent("\n\n")}${getCanonicalUrl("ai-gallary", upload.id as string)}`}`}
4141+ href={`https://reddit.com/submit?title=${encodeURIComponent(`Created an /image with a ${upload.model} AI model on wamellow.com`)}&text=${`Hey! I created this AI /image with the ${upload.model} model and the prompt: "${encodeURIComponent(upload.prompt)}" ${encodeURIComponent("\n\n")}${getCanonicalUrl("ai-gallery", upload.id as string)}`}`}
4242 target="_blank"
4343 isIconOnly
4444 >
···4848 <Tooltip content="Share on Twitter/X" delay={0} closeDelay={0} showArrow>
4949 <Button
5050 as={Link}
5151- href={`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Created an #ai /image with a ${upload.model} AI model on on wamellow.com! The query is "${upload.prompt}"`)}&url=${encodeURIComponent(getCanonicalUrl("ai-gallary", upload.id as string))}&hashtags=${encodeURIComponent("wamellow,discord")}`}
5151+ href={`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Created an #ai /image with a ${upload.model} AI model on on wamellow.com! The query is "${upload.prompt}"`)}&url=${encodeURIComponent(getCanonicalUrl("ai-gallery", upload.id as string))}&hashtags=${encodeURIComponent("wamellow,discord")}`}
5252 target="_blank"
5353 isIconOnly
5454 >
···152152153153 {guild && "id" in guild &&
154154 <Link
155155- href={getCanonicalUrl("leaderboard", guild.id, "?utm_source=wamellow.com&utm_medium=ai-gallary")}
155155+ href={getCanonicalUrl("leaderboard", guild.id, "?utm_source=wamellow.com&utm_medium=ai-gallery")}
156156 target="_blank"
157157 className="flex gap-3 items-center border-2 border-wamellow p-3 rounded-lg shadow-md"
158158 >