Discord logo
This commit is contained in:
parent
9a7991c982
commit
196e19714d
3 changed files with 2 additions and 1 deletions
BIN
public/discord.png
Normal file
BIN
public/discord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -11,7 +11,7 @@ const Customization = ({ id, active }) => (
|
||||||
initial="inactive"
|
initial="inactive"
|
||||||
>
|
>
|
||||||
<motion.div variants={settingsPageVariant} className="content-card">
|
<motion.div variants={settingsPageVariant} className="content-card">
|
||||||
<img src="/comingsoonsnake.png" class="h-72"></img>
|
<img src="/comingsoonsnake.png" class="h-72 w-72"></img>
|
||||||
<h1 class="font-roboto text-3xl">Coming soon!</h1>
|
<h1 class="font-roboto text-3xl">Coming soon!</h1>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ export function DiscordPage() {
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<section class="h-full">
|
<section class="h-full">
|
||||||
<div class="flex h-full flex-col items-center justify-center">
|
<div class="flex h-full flex-col items-center justify-center">
|
||||||
|
<img src="/discord.png" class="h-72 w-72"></img>
|
||||||
<div class="flex flex-col items-center p-6">
|
<div class="flex flex-col items-center p-6">
|
||||||
<p class="font-roboto text-4xl font-bold">{t("discord.title")}</p>
|
<p class="font-roboto text-4xl font-bold">{t("discord.title")}</p>
|
||||||
<span class="font-roboto text-3xl">{t("discord.sub")}</span>
|
<span class="font-roboto text-3xl">{t("discord.sub")}</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue