There was an error while loading. Please reload this page.
1 parent 61359ed commit e9260efCopy full SHA for e9260ef
apps/studio/components/layouts/DatabaseLayout/DatabaseLayout.tsx
@@ -42,21 +42,6 @@ const DatabaseProductMenu = () => {
42
columnLevelPrivileges,
43
})}
44
/>
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>
60
</>
61
)
62
}
0 commit comments