chore: refine bookmarking

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-15 14:01:38 +01:00
parent afc61e6f4c
commit 1031db7ed2
4 changed files with 47 additions and 37 deletions

View File

@@ -14,13 +14,13 @@ export default function ToolLayout({
description,
icon,
type,
path
fullPath
}: {
title: string;
description: string;
icon?: IconifyIcon | string;
type: string;
path: string;
fullPath: string;
children: ReactNode;
}) {
const otherCategoryTools =
@@ -51,7 +51,7 @@ export default function ToolLayout({
description={description}
icon={icon}
type={type}
path={path}
path={fullPath}
/>
{children}
<Separator backgroundColor="#5581b5" margin="50px" />