Skip to content

Commit e4d4a8b

Browse files
committed
add tooltip
1 parent 974e822 commit e4d4a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/page.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export default function Home() {
2020
</p>
2121
</header>
2222

23+
<div className="rounded-xl bg-[#1c2128] border border-[#30363d] py-2.5 px-5 text-sm text-[#8b949e] text-center">
24+
<b>Usage:</b> Configure the options below and run the generated commands in your git repository's root directory through your terminal.
25+
</div>
26+
2327
<div className="grid grid-cols-1 gap-6">
2428
{patterns.map(pattern => (
2529
<PatternCard

0 commit comments

Comments
 (0)