We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974e822 commit e4d4a8bCopy full SHA for e4d4a8b
src/app/page.tsx
@@ -20,6 +20,10 @@ export default function Home() {
20
</p>
21
</header>
22
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
+
27
<div className="grid grid-cols-1 gap-6">
28
{patterns.map(pattern => (
29
<PatternCard
0 commit comments