Skip to content

Commit

Permalink
Beta tag color tweak (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex authored Aug 29, 2023
1 parent 1b33e39 commit 660813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Home: NextPage = () => {
)}
</div>
</CopyToClipboard>
<div className="badge badge-neutral">Beta</div>
<div className="badge badge-warning">Beta</div>
</div>
</div>

Expand Down

0 comments on commit 660813a

Please sign in to comment.