update: replace Icon with lucide-react

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 9c67ae333c
commit 9187724ceb
7 changed files with 58 additions and 39 deletions
@@ -1,5 +1,5 @@
import { type Schedule, type CronPreview } from "../../services/api";
import Icon from "../../components/common/Icon";
import { Settings } from "lucide-react";
import { formatTime } from "./utils";
type ScheduleForm = {
@@ -33,7 +33,7 @@ export function ScheduleInspector({
if (!schedule) {
return (
<div className="flex min-h-full flex-col items-center justify-center p-[30px] text-center text-[#9aa8b6] [&>svg]:mb-[10px] [&>svg]:text-[#93b4d6]">
<Icon name="settings" size={28} />
<Settings size={28} />
<strong className="text-[14px] text-[#516a82]"></strong>
<p className="text-[11px] leading-[1.6]">
Cron