Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Nov 19, 2024
1 parent ba2bde9 commit c15fd2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/docs/src/usages/buttons/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ export default () => {
<div className="flex flex-col gap-4 *:text-xl">
<p>Elevated Button</p>
<div className="grid gap-2 grid-cols-[repeat(auto-fill,minmax(160px,1fr))]">
<Button
variant="elevated"
color="primary"
asLink
href="https://baidu.com"
>
<Button color="primary" variant="elevated">
primary
</Button>
<Button variant="elevated" color="secondary">
Expand Down

0 comments on commit c15fd2e

Please sign in to comment.