Skip to content

Commit bb11b31

Browse files
authored
fix: Fix the link to vault in the settings to have alpha badge (supabase#30795)
Fix the link to vault in the settings.
1 parent d69136e commit bb11b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/layouts/ProjectSettingsLayout/SettingsMenu.utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const generateSettingsMenu = (
7777
url: isProjectBuilding ? buildingUrl : `/project/${ref}/integrations/vault/overview`,
7878
items: [],
7979
rightIcon: <ArrowUpRight strokeWidth={1} className="h-4 w-4" />,
80-
label: 'BETA',
80+
label: 'Alpha',
8181
},
8282
],
8383
},

0 commit comments

Comments
 (0)