diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a9cdceb..375b15a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,43 +4,10 @@
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -291,23 +258,7 @@
-
-
-
-
- 1719359243293
-
-
-
- 1719359243294
-
-
-
- 1719359368236
-
-
-
- 1719359368236
+
@@ -685,7 +636,23 @@
1740460017596
-
+
+
+ 1740464231905
+
+
+
+ 1740464231905
+
+
+
+ 1740464250449
+
+
+
+ 1740464250449
+
+
@@ -717,7 +684,6 @@
-
@@ -742,7 +708,8 @@
-
+
+
diff --git a/Dockerfile b/Dockerfile
index 41e429b..6cb54d9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:20 as build
+FROM node:20 AS build
WORKDIR /app
diff --git a/src/components/ToolHeader.tsx b/src/components/ToolHeader.tsx
index 0de8e49..cbabf92 100644
--- a/src/components/ToolHeader.tsx
+++ b/src/components/ToolHeader.tsx
@@ -9,7 +9,7 @@ import { categoriesColors } from '../config/uiConfig';
interface ToolHeaderProps {
title: string;
description: string;
- icon?: IconifyIcon;
+ icon?: IconifyIcon | string;
type: string;
}