From c47d3a896c09bb55e8ac7a4b81c62b69d340ed66 Mon Sep 17 00:00:00 2001
From: Sutu Sebastian <41998826+SutuSebastian@users.noreply.github.com>
Date: Tue, 6 Aug 2024 16:23:15 +0300
Subject: [PATCH] SEO: a11y + open external links in new tabs (#1463)
* chore: improve SEO lighthouse
* chore: open external link in new tab
* chore: open external link in new tab #2
---
apps/web/app/docs/layout.tsx | 11 ++----
apps/web/app/layout.tsx | 1 -
apps/web/components/code-demo.tsx | 3 +-
.../homepage/contributors-section.tsx | 2 ++
.../components/homepage/featured-section.tsx | 35 ++++++++++++++++---
.../web/components/homepage/figma-section.tsx | 4 +++
apps/web/components/homepage/home-navbar.tsx | 11 ++----
.../web/components/homepage/react-section.tsx | 15 ++++++--
.../homepage/social-proof-section.tsx | 9 ++++-
.../components/homepage/tailwind-section.tsx | 4 +++
apps/web/components/navbar.tsx | 8 +++++
11 files changed, 74 insertions(+), 29 deletions(-)
diff --git a/apps/web/app/docs/layout.tsx b/apps/web/app/docs/layout.tsx
index 8c91b406d..f775c337a 100644
--- a/apps/web/app/docs/layout.tsx
+++ b/apps/web/app/docs/layout.tsx
@@ -70,15 +70,8 @@ function DocsNavbar({ isCollapsed, setCollapsed }: DocsLayoutState) {