Add bookmark button to tool page

This commit is contained in:
Yihao Wang
2025-07-14 14:01:54 +12:00
parent a50028e1fb
commit 03d49e384f
5 changed files with 43 additions and 19 deletions

View File

@@ -74,6 +74,7 @@ export const defineTool = (
description={description}
icon={icon}
type={basePath}
path={`${basePath}/${path}`}
>
<Component title={name} longDescription={longDescription} />
</ToolLayout>