Skip to content

Commit

Permalink
fix(welcome): fix link tag (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi6jp committed Aug 21, 2023
1 parent cb77fe7 commit a093ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/docs/pages/Welcome.tsx
Expand Up @@ -104,6 +104,7 @@ export const HomePage = () => {
</div>
<div className="pt-4 flex flex-row gap-2">
<Button
tag="a"
active
startIcon={githubMark}
size="lg"
Expand All @@ -114,6 +115,7 @@ export const HomePage = () => {
GitHub
</Button>
<Button
tag="a"
size="lg"
href="https://www.npmjs.com/package/react-daisyui"
target="_blank"
Expand Down

0 comments on commit a093ead

Please sign in to comment.