We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e16eb commit ef86020Copy full SHA for ef86020
1 file changed
index.html
@@ -78,6 +78,15 @@ <h3 class="font-bold text-lg">JWT Debugger</h3>
78
<p class="text-xs text-[--color-muted]">Decode JWT tokens and verify.</p>
79
</a>
80
81
+ <a href="/time" class="tool-card">
82
+ <div class="flex justify-between items-start">
83
+ <i class="fa-solid fa-clock text-2xl text-[--color-accent]"></i>
84
+ <i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
85
+ </div>
86
+ <h3 class="font-bold text-lg">Time Overlay</h3>
87
+ <p class="text-xs text-[--color-muted]">Compare and check global timezones overlaps.</p>
88
+ </a>
89
+
90
<div class="tool-card opacity-50 border-dashed border-2">
91
<i class="fa-solid fa-plus text-2xl mb-2"></i>
92
<h3 class="font-bold">Next Tool</h3>
0 commit comments