-
-
- {exampleCards.map((ex, i) => (
-
- ))}
-
- >
+
}
resultComponent={
@@ -144,7 +119,7 @@ export default function CrontabGuru({
}
initialValues={initialValues}
exampleCards={exampleCards}
- getGroups={getGroups}
+ getGroups={null}
setInput={setInput}
compute={compute}
toolInfo={{ title: `What is a ${title}?`, description: longDescription }}
diff --git a/src/pages/tools/time/crontab-guru/meta.ts b/src/pages/tools/time/crontab-guru/meta.ts
index 7ae5994..1ce0744 100644
--- a/src/pages/tools/time/crontab-guru/meta.ts
+++ b/src/pages/tools/time/crontab-guru/meta.ts
@@ -2,7 +2,7 @@ import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
export const tool = defineTool('time', {
- name: 'Crontab Guru',
+ name: 'Crontab explainer',
path: 'crontab-guru',
icon: 'mdi:calendar-clock',
description: