From 26e9c2af300d05acab02c69f8892f8f71066efd7 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:27:33 +0800 Subject: [PATCH] Fix typescript isses --- astro.config.mjs | 2 +- src/components/pages/FoundationHeader.astro | 33 +++++++++++++-------- src/layouts/HomeLayout.astro | 4 --- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 7566286..1cffd7a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ export default defineConfig({ base: "/developers", integrations: [ starlight({ - title: "Interledger Protocol (ILP)", + title: "Interledger", description: "Enable seamless exchange of value across payment networks.", customCss: [ "./node_modules/@interledger/docs-design-system/src/styles/green-theme.css", diff --git a/src/components/pages/FoundationHeader.astro b/src/components/pages/FoundationHeader.astro index 8447de1..2a44ea1 100644 --- a/src/components/pages/FoundationHeader.astro +++ b/src/components/pages/FoundationHeader.astro @@ -346,10 +346,8 @@ a.switch-link:hover {