From 0648647c8ad5248dbf047b0c6858e43a2286c190 Mon Sep 17 00:00:00 2001
From: overcuriousity
Date: Sun, 20 Jul 2025 16:27:42 +0200
Subject: [PATCH] minor fix
---
src/components/ToolCard.astro | 2 +-
src/pages/index.astro | 2 +-
src/styles/global.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/ToolCard.astro b/src/components/ToolCard.astro
index 69e6648..81d5351 100644
--- a/src/components/ToolCard.astro
+++ b/src/components/ToolCard.astro
@@ -59,7 +59,7 @@ const cardClass = isMethod ? 'card card-method tool-card' :
-