Skip to content

Commit bd15374

Browse files
authored
Add JSON Schema Studio link to index.html
1 parent dbd23a2 commit bd15374

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
@@ -142,6 +142,15 @@ <h3 class="font-bold text-lg">Mock Generator</h3>
142142
<p class="text-xs text-[--color-muted]">Generate randomized JSON datasets from schemas.</p>
143143
</a>
144144

145+
<a href="/json" class="tool-card">
146+
<div class="flex justify-between items-start">
147+
<i class="fa-solid fa-vial-circle-check text-2xl text-[--color-accent]"></i>
148+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
149+
</div>
150+
<h3 class="font-bold text-lg">JSON Schema Studio</h3>
151+
<p class="text-xs text-[--color-muted]">View Json Data and Schema.</p>
152+
</a>
153+
145154
<div class="tool-card opacity-50 border-dashed border-2">
146155
<i class="fa-solid fa-plus text-2xl mb-2"></i>
147156
<h3 class="font-bold">Next Tool</h3>

0 commit comments

Comments
 (0)