feat: ToolBreadcrumb

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-25 19:45:29 +01:00
parent 1e68c7105f
commit be3274ae82
5 changed files with 101 additions and 28 deletions

View File

@@ -35,7 +35,12 @@ export const defineTool = (
keywords,
component: () => {
return (
<ToolLayout title={name} description={description} image={image}>
<ToolLayout
title={name}
description={description}
image={image}
type={basePath}
>
<Component />
</ToolLayout>
);