Skip to content

Commit e9260ef

Browse files
authored
Remove menu alert (supabase#28598)
1 parent 61359ed commit e9260ef

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/studio/components/layouts/DatabaseLayout/DatabaseLayout.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,6 @@ const DatabaseProductMenu = () => {
4242
columnLevelPrivileges,
4343
})}
4444
/>
45-
<div className="px-3 pb-3">
46-
<Alert_Shadcn_>
47-
<AlertTitle_Shadcn_ className="text-sm">
48-
Replication section has been renamed
49-
</AlertTitle_Shadcn_>
50-
<AlertDescription_Shadcn_ className="text-xs">
51-
<p className="mb-2">
52-
It can be now found under{' '}
53-
<Link href={`/project/${project?.ref}/database/publications`} className="underline">
54-
Publications
55-
</Link>
56-
</p>
57-
</AlertDescription_Shadcn_>
58-
</Alert_Shadcn_>
59-
</div>
6045
</>
6146
)
6247
}

0 commit comments

Comments
 (0)