Skip to content

Commit 8b7f326

Browse files
committed
fix: tsc
1 parent 484b6e8 commit 8b7f326

File tree

3 files changed

+24
-57
lines changed

3 files changed

+24
-57
lines changed

.idea/workspace.xml

Lines changed: 22 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 as build
1+
FROM node:20 AS build
22

33
WORKDIR /app
44

src/components/ToolHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { categoriesColors } from '../config/uiConfig';
99
interface ToolHeaderProps {
1010
title: string;
1111
description: string;
12-
icon?: IconifyIcon;
12+
icon?: IconifyIcon | string;
1313
type: string;
1414
}
1515

0 commit comments

Comments
 (0)