From 09aa8cec566941be54fe3839c16837ba53a67bf5 Mon Sep 17 00:00:00 2001 From: ashkano Date: Sat, 23 Nov 2024 16:16:03 +0330 Subject: [PATCH] minor fixes --- .gitignore | 3 +++ bun.lockb | Bin 67526 -> 67526 bytes components/Footer.jsx | 2 +- components/Navbar.jsx | 4 ++-- pages/_document.jsx | 2 +- pages/download/[slug].jsx | 30 ++++++++++++++++-------------- 6 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index a7c6725..504da62 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ pnpm-debug.log* lerna-debug.log* yarn.lock +bun.lockb node_modules .DS_Store dist/ @@ -18,6 +19,8 @@ coverage /cypress/videos/ /cypress/screenshots/ +.next + # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/bun.lockb b/bun.lockb index e76e929c810584d072d45daf8e19a0b9de22db93..14979371e6cd58da3a5d9a064de64708119f8209 100755 GIT binary patch delta 23 fcmX@s&vLAvWy8j89E@>>rg{c?2Ag+o;|&A=amWbM delta 23 acmX@s&vLAvWy8j8983%luzBY;-ar6jzz0+S diff --git a/components/Footer.jsx b/components/Footer.jsx index 412f458..dcb5210 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -19,7 +19,7 @@ export function Footer() { {t('footer.whitepaper')} {t('footer.termsOfService')} -
+
diff --git a/components/Navbar.jsx b/components/Navbar.jsx index 26dee08..bbce7ba 100644 --- a/components/Navbar.jsx +++ b/components/Navbar.jsx @@ -9,13 +9,13 @@ export function Navbar() { return (
-
+
Parch Logo {t('home.title')}
-