summaryrefslogtreecommitdiff
path: root/src/components/footer/Footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/footer/Footer.tsx')
-rw-r--r--src/components/footer/Footer.tsx31
1 files changed, 18 insertions, 13 deletions
diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx
index 5e0282f..63dde1e 100644
--- a/src/components/footer/Footer.tsx
+++ b/src/components/footer/Footer.tsx
@@ -23,29 +23,34 @@ export function Footer() {
<span className="underline text-sm">
Terms and Conditions · Privacy Policy
</span>
- <span className="text-xs">© 2025 artberry.xyz</span>
+ <span className="text-xs">
+ © {new Date().getFullYear()} artberry.xyz
+ </span>
</div>
</div>
- <div className="flex justify-between gap-[195px]">
- <div className="flex-row flex gap-[100px] h-[130px] w-[354px]">
- <div className="leading-[22px] h-[118px] flex flex-col gap-[10px] w-[165px] font-[500] text-[16px]">
+ <div className="flex justify-between gap-48.75">
+ <div className="flex-row flex gap-25 h-32.5 w-88.5">
+ <div className=" leading-5.5 h-29.5 flex flex-col gap-2.5 w-41.25">
<Link
href="/upload"
- className="flex gap-[5px] h-[22px]"
+ className="flex gap-1.25 flex-row items-center"
>
- <Download className="w-[19px] h-[19px]" />
- <span>Загрузить контент</span>
+ <Download className="w-4.75 h-4.75" />
+ <span className="">Загрузить контент</span>
</Link>
- <Link className="flex gap-[5px]" href="/faq">
+ <Link className="flex gap-1.25" href="/faq">
<Faq />
<span>FAQ</span>
</Link>
- <Link className="flex gap-[5px]" href="/premium">
+ <Link
+ className="flex gap-1.25 flex-row items-center"
+ href="/premium"
+ >
<Premium />
<span>Премиум</span>
</Link>
<Link
- className="flex gap-[5px]"
+ className="flex gap-1.25 flex-row items-center"
target="_blank"
href="https://discord.gg/pJ66ZFpQQK"
>
@@ -54,7 +59,7 @@ export function Footer() {
<span>Сообщество</span>
</Link>
</div>
- <div className=" flex w-[88px] leading-[22px] flex-col font-[500] text-[16px] gap-[5px]">
+ <div className=" flex flex-col leading-5.5 gap-1.25">
<span>Теги</span>
<span>Персонажи</span>
<span>Категории</span>
@@ -62,8 +67,8 @@ export function Footer() {
<span>Рандом</span>
</div>
</div>
- <div className="w-[170px] h-[19px] bg-violet gap-[5px] flex flex-row items-center flex flex-row items-center justify-center w-[150px] h-[42px] px-[30px] py-[10px] rounded-[20px]">
- <span className="font-[500] text-[16px]">English</span>
+ <div className="w-42.5 h-4.75 bg-violet gap-1.25 flex flex-row items-center items-center justify-center w-37.5 h-10.5 px-7.5 py-2.5 rounded-[20px]">
+ <span>English</span>
<English />
</div>
</div>