@@ -98,7 +98,6 @@ import { TextLink } from "../primitives/TextLink";
9898import { SimpleTooltip , Tooltip , TooltipContent , TooltipProvider , TooltipTrigger } from "../primitives/Tooltip" ;
9999import { ShortcutsAutoOpen } from "../Shortcuts" ;
100100import { UserProfilePhoto } from "../UserProfilePhoto" ;
101- import { V4Badge } from "../V4Badge" ;
102101import { EnvironmentSelector } from "./EnvironmentSelector" ;
103102import { HelpAndFeedback } from "./HelpAndFeedbackPopover" ;
104103import { SideMenuHeader } from "./SideMenuHeader" ;
@@ -286,14 +285,13 @@ export function SideMenu({
286285 data-action = "queues"
287286 isCollapsed = { isCollapsed }
288287 />
289- < SideMenuItem
290- name = "Waitpoint tokens"
291- icon = { WaitpointTokenIcon }
292- activeIconColor = "text-sky-500"
293- to = { v3WaitpointTokensPath ( organization , project , environment ) }
294- badge = { < V4Badge /> }
295- isCollapsed = { isCollapsed }
296- />
288+ < SideMenuItem
289+ name = "Waitpoint tokens"
290+ icon = { WaitpointTokenIcon }
291+ activeIconColor = "text-sky-500"
292+ to = { v3WaitpointTokensPath ( organization , project , environment ) }
293+ isCollapsed = { isCollapsed }
294+ />
297295 < SideMenuItem
298296 name = "Deployments"
299297 icon = { ServerStackIcon }
@@ -373,7 +371,6 @@ export function SideMenu({
373371 activeIconColor = "text-preview"
374372 to = { branchesPath ( organization , project , environment ) }
375373 data-action = "preview-branches"
376- badge = { < V4Badge /> }
377374 isCollapsed = { isCollapsed }
378375 />
379376 { isManagedCloud && (
@@ -392,7 +389,6 @@ export function SideMenu({
392389 activeIconColor = "text-regions"
393390 to = { regionsPath ( organization , project , environment ) }
394391 data-action = "regions"
395- badge = { < V4Badge /> }
396392 isCollapsed = { isCollapsed }
397393 />
398394 < SideMenuItem
0 commit comments