From 2808cc268fa95a4f5d172fb8541baa84d16f5d20 Mon Sep 17 00:00:00 2001
From: Sergio Moreno
Date: Wed, 28 Jul 2021 00:12:04 +0200
Subject: [PATCH] fix: useBaseUrl on translated links (#2354)
---
website/src/components/Features.tsx | 2 +-
website/src/components/Header.tsx | 2 +-
website/src/components/WhatIsVerdaccio.tsx | 2 +-
website/src/pages/help.tsx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/src/components/Features.tsx b/website/src/components/Features.tsx
index 772a3bf897ff..87d9325f37a8 100644
--- a/website/src/components/Features.tsx
+++ b/website/src/components/Features.tsx
@@ -49,7 +49,7 @@ const Features = (): React.ReactElement => (
))}
-
+
Discover more features
diff --git a/website/src/components/Header.tsx b/website/src/components/Header.tsx
index e2a021e23320..d36cbf93e3fa 100644
--- a/website/src/components/Header.tsx
+++ b/website/src/components/Header.tsx
@@ -23,7 +23,7 @@ const Header = (): React.ReactElement => {
GITHUB
-
+
GET STARTED
diff --git a/website/src/components/WhatIsVerdaccio.tsx b/website/src/components/WhatIsVerdaccio.tsx
index 55baea4161f2..3d1124a16718 100644
--- a/website/src/components/WhatIsVerdaccio.tsx
+++ b/website/src/components/WhatIsVerdaccio.tsx
@@ -20,7 +20,7 @@ const WhatIs = (): React.ReactElement => (
services such as Amazon's S3, Google Cloud Storage or create your own plugin.
-
+
Dive into Verdaccio
diff --git a/website/src/pages/help.tsx b/website/src/pages/help.tsx
index 703f81517615..e654e7f1ef52 100644
--- a/website/src/pages/help.tsx
+++ b/website/src/pages/help.tsx
@@ -57,7 +57,7 @@ const SUPPORT_LINKS = (lang: string) => [
+
documentation on this site
),