Skip to content

Commit f7398bf

Browse files
committed
turn active tools into lowercase
1 parent 73078d8 commit f7398bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Index = () => {
4646

4747
{/* Active Tools */}
4848
<div className="mt-10">
49-
<h2 className="font-mono-display text-sm font-medium uppercase tracking-widest text-foreground/50 drop-shadow-sm">
49+
<h2 className="font-mono-display text-sm font-medium tracking-widest text-foreground/50 drop-shadow-sm">
5050
active tools
5151
</h2>
5252
<ul className="mt-3 space-y-1.5">

0 commit comments

Comments
 (0)