From 8bba0eefa9fce37a055b34cb711741dc2f24e4ec Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 17 Aug 2025 11:11:26 +0200 Subject: [PATCH] unify styles --- src/components/AIQueryInterface.astro | 318 +++++++++++++------------- 1 file changed, 153 insertions(+), 165 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 5e3f1b2..8f97f6d 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -3,7 +3,6 @@ import { getToolsData } from '../utils/dataService.js'; - const data = await getToolsData(); const tools = data.tools; const phases = data.phases; @@ -13,20 +12,20 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || [];