From 6cfdf86890d47eedd5a38f79acc036f5e77eca51 Mon Sep 17 00:00:00 2001 From: Michael Dougall <6801309+itsdouges@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:55:03 +1100 Subject: [PATCH] Fix docs bugs on Safari adeira-source-id: f418ad49b3729ac7bdd50f5df7d3e340087f42a3 --- apps/docs/components/download-list.tsx | 24 ++++++++++++++++-------- apps/docs/components/footer.tsx | 10 ++++------ apps/docs/components/header.tsx | 15 ++++++--------- apps/docs/components/pricing.tsx | 2 +- apps/docs/nextra-triplex/layout.tsx | 2 +- apps/docs/pages/download.mdx | 2 +- apps/docs/pages/pricing.mdx | 2 +- apps/docs/public/logos/mac.svg | 2 +- apps/docs/public/logos/vscode.svg | 2 +- apps/docs/public/logos/windows.svg | 2 +- apps/docs/public/sitemap.xml | 4 ++-- 11 files changed, 35 insertions(+), 32 deletions(-) diff --git a/apps/docs/components/download-list.tsx b/apps/docs/components/download-list.tsx index f370a75d..b733702c 100644 --- a/apps/docs/components/download-list.tsx +++ b/apps/docs/components/download-list.tsx @@ -27,7 +27,15 @@ function extname(path: string) { } const logos = { - apple: macOS, + apple: ( + + ), linux: Linux, vscode: (
{logo}
- {title} - {subtitle} + {title} + {subtitle}
{action} @@ -112,7 +120,7 @@ function List() { { beginDownload(e, "/docs/overview?dl=winget"); @@ -134,7 +142,7 @@ function List() { { beginDownload(e, forwardURL); @@ -179,7 +187,7 @@ export function DownloadList() { { beginDownload(e, "/docs/overview?dl=vsce"); @@ -195,12 +203,12 @@ export function DownloadList() { <> Find on the Visual Studio marketplace. Using Cursor?{" "} - Follow the installation guide. + Follow their installation guide. } diff --git a/apps/docs/components/footer.tsx b/apps/docs/components/footer.tsx index a83d0709..db03fd2f 100644 --- a/apps/docs/components/footer.tsx +++ b/apps/docs/components/footer.tsx @@ -4,7 +4,6 @@ * This source code is licensed under the GPL-3.0 license found in the LICENSE * file in the root directory of this source tree. */ -import Image from "next/image"; import Link from "next/link"; export function Footer() { @@ -12,12 +11,11 @@ export function Footer() {