mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-21 04:24:02 +01:00
feat: ToolBreadcrumb
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user