Skip to content

Commit

Permalink
docs: fix label uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jun 14, 2024
1 parent ad0aa52 commit 84ae5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/doc-related/installation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ const npmLabel = (
const yarnLabel = (
<div className="flex items-center gap-2">
<VscodeIconsFileTypeYarn />
yarn
Yarn
</div>
)

const bunLabel = (
<div className="flex items-center gap-2">
<VscodeIconsFileTypeBun />
yarn
Bun
</div>
)

Expand Down

0 comments on commit 84ae5c4

Please sign in to comment.