Skip to content

Commit

Permalink
docs(sample): reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 6, 2024
1 parent b49931e commit 2516ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/sample.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { PrimaryButton } from "../components/PrimaryButton";

<Unstyled>
<div className="space-y-4 text-base text-ui-neutral-5">
<Alert sentiment="danger">This is an alert.</Alert>
<Alert sentiment="success">This is an alert.</Alert>
<Alert sentiment="warning">This is an alert.</Alert>
<Alert>
<div className="flex flex-col items-start gap-y-4">
An alert displays a brief, important message, usually at the top of a
Expand All @@ -19,6 +16,9 @@ import { PrimaryButton } from "../components/PrimaryButton";
</div>
</div>
</Alert>
<Alert sentiment="danger">This is an alert.</Alert>
<Alert sentiment="success">This is an alert.</Alert>
<Alert sentiment="warning">This is an alert.</Alert>
<div>This is just a block of text.</div>
<PrimaryButton>Button</PrimaryButton>
</div>
Expand Down

0 comments on commit 2516ec0

Please sign in to comment.