From 044b429c0d49da66248f02300136e66bf7ed8ac0 Mon Sep 17 00:00:00 2001 From: ajstrong Date: Fri, 13 Sep 2024 22:38:33 +0100 Subject: [PATCH] Fix: links --- src/components/content.jsx | 2 +- src/components/quote.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/content.jsx b/src/components/content.jsx index 40e42ab..9b044f0 100644 --- a/src/components/content.jsx +++ b/src/components/content.jsx @@ -8,7 +8,7 @@ const contentData = [ "Rhino Linux comes preinstalled with its own in-house desktop experience, Unicorn, a custom-built XFCE desktop combining the best of traditional and modern takes on the desktop. Unicorn is fast and elegant, perfectly adapted for your needs.", imgSrc: "img/home/image.png", buttonText: "Learn more", - buttonLink: "https://wiki.rhinolinux.org/user/unicorn", + buttonLink: "/unicorn/", }, { title: "Perfect for developers", diff --git a/src/components/quote.jsx b/src/components/quote.jsx index 5d172f1..a166ac3 100644 --- a/src/components/quote.jsx +++ b/src/components/quote.jsx @@ -15,7 +15,7 @@ function Quote() { {quoteText.map((item, index) => (

"{item.quote}"

-

- {item.author}, {item.source}

+

- {item.author}, {item.source}

))}