Skip to content

Commit

Permalink
remove beta tag in api-playground (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Apr 16, 2024
1 parent 79c90f4 commit f25cb87
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/ui/app/src/api-playground/PlaygroundDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const PlaygroundDrawer: FC<PlaygroundDrawerProps> = ({ apis }) => {
content={
<span className="space-x-4">
<span>Close API Playground</span>
<span className="font-mono text-faded">CTRL + `</span>
<span className="text-faded font-mono">CTRL + `</span>

Check warning on line 275 in packages/ui/app/src/api-playground/PlaygroundDrawer.tsx

View workflow job for this annotation

GitHub Actions / lint

Invalid Tailwind CSS classnames order
</span>
}
>
Expand All @@ -295,9 +295,6 @@ export const PlaygroundDrawer: FC<PlaygroundDrawerProps> = ({ apis }) => {
<div className="flex items-center">
<span className="inline-flex items-baseline gap-2">
<span className="t-accent text-sm font-semibold">API Playground</span>
<span className="t-accent flex h-5 items-center rounded-md bg-tag-primary px-1.5 py-1 font-mono text-xs uppercase">
BETA
</span>
</span>
</div>

Expand All @@ -316,7 +313,7 @@ export const PlaygroundDrawer: FC<PlaygroundDrawerProps> = ({ apis }) => {
content={
<span className="space-x-4">
<span>Close API Playground</span>
<span className="font-mono text-faded">CTRL + `</span>
<span className="text-faded font-mono">CTRL + `</span>

Check warning on line 316 in packages/ui/app/src/api-playground/PlaygroundDrawer.tsx

View workflow job for this annotation

GitHub Actions / lint

Invalid Tailwind CSS classnames order
</span>
}
>
Expand Down

0 comments on commit f25cb87

Please sign in to comment.