fix: merging branches

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-25 22:14:24 +01:00
parent ccf6383465
commit 00beb61d52
3 changed files with 48 additions and 51 deletions

View File

@@ -19,7 +19,6 @@ export default function ToolLayout({
image?: string;
type: string;
children: ReactNode;
type: string;
}) {
const otherCategoryTools =
getToolsByCategory()

View File

@@ -5,6 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('number', {
name: 'Generate',
path: 'generate',
shortDescription: 'Quickly calculate a list of integers in your browser',
// image,
description:
'Quickly calculate a list of integers in your browser. To get your list, just specify the first integer, change value and total count in the options below, and this utility will generate that many integers',