From 95bdea1a928ebe011412bfc9b0e3686b68183a45 Mon Sep 17 00:00:00 2001 From: Tobiloba Adedeji <96334363+tobySolutions@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:27:52 +0100 Subject: [PATCH] refactor: remove docs link to new tab (#71) ## Why? This PR removes the `target=_blank` that causes the "View docs" button to open the docs in a new tab. ## How? - Remove the `target=_blank` attribute and value of the anchor element for the link ## Contribution checklist? - [x] The commit messages are detailed - [x] The `build` command runs locally - [x] Assets or static content are linked and stored in the project - [] Document filename is named after the slug - [x] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [ ] You've done enough research before writing ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) https://github.com/fleekxyz/fleekxyz-website/assets/96334363/0f88854f-f292-4d53-90e5-cdb6ff5330b7 --- src/components/GlobeWithFloatingCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GlobeWithFloatingCards.tsx b/src/components/GlobeWithFloatingCards.tsx index 9cce667d..e5e73d27 100644 --- a/src/components/GlobeWithFloatingCards.tsx +++ b/src/components/GlobeWithFloatingCards.tsx @@ -39,7 +39,7 @@ const GlobeWithFloatingCards = () => {