From 6918df9348957d1a69dc1a8dce23fa92ffae5902 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Mon, 11 Aug 2025 13:55:18 +0200 Subject: [PATCH] fix share btn --- src/components/ToolMatrix.astro | 74 +++++------ src/env.d.ts | 3 + src/layouts/BaseLayout.astro | 90 ++++++++++--- src/pages/index.astro | 224 +++++++++++++++++--------------- 4 files changed, 232 insertions(+), 159 deletions(-) diff --git a/src/components/ToolMatrix.astro b/src/components/ToolMatrix.astro index 059e9d4..10db0eb 100644 --- a/src/components/ToolMatrix.astro +++ b/src/components/ToolMatrix.astro @@ -193,6 +193,16 @@ domains.forEach((domain: any) => { \ No newline at end of file