From 19b1d5cfc8dae270e48969b3fc505f9237c5786c Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 19 Jul 2025 23:40:15 +0200 Subject: [PATCH] small fix --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fddbd20..9f7145c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -358,7 +358,7 @@ function createToolCard(tool) {

${tool.icon ? `${tool.icon}` : ''}${tool.name}

- ${!isMethod && hasValidProjectUrl ? 'Self-Hosted' : ''} + ${!isMethod && hasValidProjectUrl ? 'CC24-Server' : ''} ${hasKnowledgebase ? '📖' : ''}