mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-15 05:56:36 +00:00
feat: add single tool pages, wiring with toolcard
This commit is contained in:
@@ -42,7 +42,11 @@
|
||||
</div>
|
||||
<div class="ws-results">
|
||||
{#each results as tool (tool.id)}
|
||||
<ToolCard title={tool.title} href="#" description={tool.description} />
|
||||
<ToolCard
|
||||
title={tool.title}
|
||||
href="/preview/tools/{tool.id}"
|
||||
description={tool.description}
|
||||
/>
|
||||
{/each}
|
||||
</div>
|
||||
<SettingsFooter>
|
||||
|
||||
Reference in New Issue
Block a user