Skip to content

Commit 53b0491

Browse files
authored
fix: label r2np correctly as it is a beta product (supabase#38079)
1 parent 0d15e7e commit 53b0491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Database/Backups/DatabaseBackupsNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function DatabaseBackupsNav({ active }: Props) {
3030
<div className="flex items-center gap-1">
3131
Restore to new project{' '}
3232
<Badge size="small" className="!text-[10px] px-1.5 py-0">
33-
New
33+
Beta
3434
</Badge>
3535
</div>
3636
),

0 commit comments

Comments
 (0)