fix: use tool.title instead of tool.shortTitle in ToolsGrid
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ export default function ToolsGrid() {
|
|||||||
{tools.map((tool, index) => (
|
{tools.map((tool, index) => (
|
||||||
<ToolCard
|
<ToolCard
|
||||||
key={tool.href}
|
key={tool.href}
|
||||||
title={tool.shortTitle}
|
title={tool.title}
|
||||||
description={tool.summary}
|
description={tool.summary}
|
||||||
icon={tool.icon}
|
icon={tool.icon}
|
||||||
url={tool.href}
|
url={tool.href}
|
||||||
|
|||||||
Reference in New Issue
Block a user