diff --git a/components/dashboard/src/components/UsageView.tsx b/components/dashboard/src/components/UsageView.tsx index 1865a7c28d46e1..8cf2d66bce2166 100644 --- a/components/dashboard/src/components/UsageView.tsx +++ b/components/dashboard/src/components/UsageView.tsx @@ -268,22 +268,17 @@ function UsageView({ attributionId }: UsageViewProps) {
-
- This feature is in{" "} +
+ Usage feature is in{" "} - Early Access + + Early Access +
- - Learn more - -  ยท 
)} -

- Teams & Projects are currently in Beta.{" "} - +

+ Projects feature is in{" "} + + + BETA + + +  ·  + Send feedback -

+
); diff --git a/components/dashboard/src/teams/NewTeam.tsx b/components/dashboard/src/teams/NewTeam.tsx index d2f0ca0cae8ffb..d81634ef3c83b5 100644 --- a/components/dashboard/src/teams/NewTeam.tsx +++ b/components/dashboard/src/teams/NewTeam.tsx @@ -11,6 +11,7 @@ import { TeamsContext } from "./teams-context"; import { publicApiTeamsToProtocol, publicApiTeamToProtocol, teamsService } from "../service/public-api"; import { FeatureFlagContext } from "../contexts/FeatureFlagContext"; import { ConnectError } from "@bufbuild/connect-web"; +import PillLabel from "../components/PillLabel"; export default function () { const { setTeams } = useContext(TeamsContext); @@ -87,17 +88,18 @@ export default function () {
-

- Teams & Projects are currently in Beta.{" "} - +

+ Teams feature is in{" "} + + + BETA + + +  ·  + Send feedback -

+
); }