mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Add bookmark button to tool page
This commit is contained in:
@@ -13,12 +13,14 @@ export default function ToolLayout({
|
||||
title,
|
||||
description,
|
||||
icon,
|
||||
type
|
||||
type,
|
||||
path
|
||||
}: {
|
||||
title: string;
|
||||
description: string;
|
||||
icon?: IconifyIcon | string;
|
||||
type: string;
|
||||
path: string;
|
||||
children: ReactNode;
|
||||
}) {
|
||||
const otherCategoryTools =
|
||||
@@ -49,6 +51,7 @@ export default function ToolLayout({
|
||||
description={description}
|
||||
icon={icon}
|
||||
type={type}
|
||||
path={path}
|
||||
/>
|
||||
{children}
|
||||
<Separator backgroundColor="#5581b5" margin="50px" />
|
||||
|
||||
Reference in New Issue
Block a user