Skip to content

Commit

Permalink
add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Nov 4, 2024
1 parent 974e822 commit e4d4a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default function Home() {
</p>
</header>

<div className="rounded-xl bg-[#1c2128] border border-[#30363d] py-2.5 px-5 text-sm text-[#8b949e] text-center">
<b>Usage:</b> Configure the options below and run the generated commands in your git repository's root directory through your terminal.
</div>

<div className="grid grid-cols-1 gap-6">
{patterns.map(pattern => (
<PatternCard
Expand Down

0 comments on commit e4d4a8b

Please sign in to comment.