Skip to content

Commit e364d27

Browse files
authored
Update index.html
1 parent 4b5b269 commit e364d27

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ <h3 class="font-bold text-lg">Architect Draw</h3>
106106
<p class="text-xs text-[--color-muted]">Client-side whiteboard for sketching system diagrams.</p>
107107
</a>
108108

109+
<a href="/transform" class="tool-card">
110+
<div class="flex justify-between items-start">
111+
<i class="fa-solid fa-wand-magic-sparkles text-2xl text-[--color-accent]"></i>
112+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
113+
</div>
114+
<h3 class="font-bold text-lg">Payload Knife</h3>
115+
<p class="text-xs text-[--color-muted]">Transform JSON to CSV, CURL to Fetch, and Prettify logs.</p>
116+
</a>
117+
109118
<div class="tool-card opacity-50 border-dashed border-2">
110119
<i class="fa-solid fa-plus text-2xl mb-2"></i>
111120
<h3 class="font-bold">Next Tool</h3>

0 commit comments

Comments
 (0)