Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Jan 6, 2024
1 parent a80769c commit a6b6004
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/src/app/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,16 @@ export function Hero() {
<div className="max-w-md mx-auto">
<Drawer.Title className="font-medium mb-4">Drawer for React.</Drawer.Title>
<p className="text-gray-600 mb-2">
This component can be used as a Dialog replacement on mobile and tablet devices.
This component can be used as a Dialog replacement on mobile and tablet devices. You can read
about why and how it was built{' '}
<a
target="_blank"
className="underline"
href="https://emilkowal.ski/ui/building-a-drawer-component"
>
here
</a>
.
</p>
<p className="text-gray-600 mb-2">
It comes unstyled, has gesture-driven animations, and is made by{' '}
Expand Down

0 comments on commit a6b6004

Please sign in to comment.