Skip to content

Commit

Permalink
hotfix(frontend): Add beta tag to new app tab (#6198)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanape authored Jan 10, 2025
1 parent 0f102e4 commit 5507b13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/layout/served-app-label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ export function ServedAppLabel() {

return (
<div className="flex items-center justify-between w-full">
<div className="flex items-center gap-2">App</div>
<div className="flex items-center gap-2">
<div className="flex items-center gap-2">App</div>
<span className="border rounded-md text- px-1 font-bold">BETA</span>
</div>
{activeHost && <div className="w-2 h-2 bg-green-500 rounded-full" />}
</div>
);
Expand Down

0 comments on commit 5507b13

Please sign in to comment.