From 9b127776ba4ca8ebb2a8b46d6981bab61021e463 Mon Sep 17 00:00:00 2001 From: ashkano Date: Tue, 7 Jan 2025 13:20:14 +0330 Subject: [PATCH 1/4] Fixed join links --- pages/join.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/join.jsx b/pages/join.jsx index 0066341..66d9b9a 100644 --- a/pages/join.jsx +++ b/pages/join.jsx @@ -35,28 +35,28 @@ export default function Join() { -- 2.45.3 From d55251ee1b6a706ebf4947321609e40339100797 Mon Sep 17 00:00:00 2001 From: ashkano Date: Tue, 7 Jan 2025 13:43:13 +0330 Subject: [PATCH 2/4] Removed matrix link --- pages/join.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/join.jsx b/pages/join.jsx index 66d9b9a..c5b4514 100644 --- a/pages/join.jsx +++ b/pages/join.jsx @@ -46,13 +46,13 @@ export default function Join() { link={t('join.link.wiki')} text={t('join.text.wiki')} arrow={arrow} /> - + arrow={arrow} /> */} Date: Tue, 7 Jan 2025 13:43:32 +0330 Subject: [PATCH 3/4] Added Instagram and Linkedin to footer --- components/Footer.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 4a1a721..4803d09 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,6 +1,6 @@ import Link from "next/link"; import { useTranslation } from "@/utils/translation" -import { SiBluesky, SiDiscord, SiMastodon, SiTelegram, SiX } from "@icons-pack/react-simple-icons"; +import { SiBluesky, SiDiscord, SiInstagram, SiLinkedin, SiMastodon, SiTelegram, SiX } from "@icons-pack/react-simple-icons"; export function Footer() { const { t } = useTranslation(); @@ -36,6 +36,12 @@ export function Footer() { + + + + + +
{t('footer.copyright')}
-- 2.45.3 From 7529524f051621b90a1275ef34cb0fcfd81249e3 Mon Sep 17 00:00:00 2001 From: ashkano Date: Tue, 7 Jan 2025 13:44:09 +0330 Subject: [PATCH 4/4] Updated footer copyright --- i18n/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.js b/i18n/en.js index a19f4af..9c68148 100644 --- a/i18n/en.js +++ b/i18n/en.js @@ -1,6 +1,6 @@ export default { footer: { - copyright: '© 2021-2024 Parch Linux Team', + copyright: '© 2021-2025 Parch Linux Team', privacyPolicy: 'Privacy Policy', termsOfService: 'Terms of Service', whitepaper: 'Whitepaper', -- 2.45.3