From a758bce4d5f187eed345d813659e755ffa86c160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Weng?= Date: Thu, 6 Jun 2024 19:18:38 +0200 Subject: [PATCH] chore: to avoid confusion, links in navbar and footer redirect to sign up page --- .vscode/settings.json | 12 +----------- src/templates/Footer.tsx | 14 +++++++------- src/templates/Navbar.tsx | 10 +++++----- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3034a81..a75acc4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,17 +20,7 @@ "lucide-react" ], "typescript.preferences.preferTypeOnlyAutoImports": true, // Prefer type-only imports - "jest.runMode": { - "type": "on-save", - "testFileOnly": true, - "coverage": true - }, // Configure Jest extension - "jest.outputConfig": { - "revealOn": "error", - "revealWithFocus": "test-results", - "clearOnRun": "none" - }, // Switch to test-results view when test fails - "testing.openTesting": "neverOpen", // For a consistent Jest output experience, the simplest solution is to set to "neverOpen" + "testing.openTesting": "neverOpen", // Don't open the testing view automatically when running tests // Multiple language settings for json and jsonc files "[json][jsonc][yaml]": { "editor.formatOnSave": true, diff --git a/src/templates/Footer.tsx b/src/templates/Footer.tsx index 336fd90..a954379 100644 --- a/src/templates/Footer.tsx +++ b/src/templates/Footer.tsx @@ -77,32 +77,32 @@ const Footer = () => { legalLinks={ <>
  • - {t('terms_of_service')} + {t('terms_of_service')}
  • - {t('privacy_policy')} + {t('privacy_policy')}
  • } >
  • - {t('product')} + {t('product')}
  • - {t('docs')} + {t('docs')}
  • - {t('blog')} + {t('blog')}
  • - {t('community')} + {t('community')}
  • - {t('company')} + {t('company')}
  • diff --git a/src/templates/Navbar.tsx b/src/templates/Navbar.tsx index 1c70731..54d74b7 100644 --- a/src/templates/Navbar.tsx +++ b/src/templates/Navbar.tsx @@ -32,23 +32,23 @@ const Navbar = () => { } >
  • - {t('product')} + {t('product')}
  • - {t('docs')} + {t('docs')}
  • - {t('blog')} + {t('blog')}
  • - {t('community')} + {t('community')}
  • - {t('company')} + {t('company')}