Skip to content

Commit

Permalink
Remove beta tag from locations menu as it can be considered a stable …
Browse files Browse the repository at this point in the history
…feature by now
  • Loading branch information
DonKoko committed Jul 24, 2023
1 parent b7dae09 commit 2b95713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/sidebar/menu-items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const menuItemsTop = [
{
icon: <LocationMarkerIcon />,
to: "locations",
label: "Locations (beta)",
label: "Locations",
},
];
const menuItemsBottom = [
Expand Down

0 comments on commit 2b95713

Please sign in to comment.