);
diff --git a/client/layouts/SidePanelLayout/SidePanelLayout.tsx b/client/layouts/SidePanelLayout/SidePanelLayout.tsx
index 0b5a0813..34765934 100644
--- a/client/layouts/SidePanelLayout/SidePanelLayout.tsx
+++ b/client/layouts/SidePanelLayout/SidePanelLayout.tsx
@@ -7,6 +7,7 @@ import SkeletonCard from '@Shared/SkeletonCard/SkeletonCard';
import { SubscriptionT } from 'services/subscription.service';
import Hub, { loadingHub } from 'classes/Hub';
import Warning from '@Shared/Warning/Warning';
+import { Button } from '@mozilla/lilypad-ui';
type SidePanelLayoutProps = {
children: ReactNode;
@@ -32,12 +33,23 @@ const SidePanelLayout = ({
{
- window.open('mailto:hubs-feedback@mozilla.com');
- }}
- />
+ title="Content Storage Limit Exceeded"
+ message="You’ve reached the maximum data capacity for your current plan. To avoid performance issues with your Hub, please upgrade your plan or delete content from your Hub."
+ >
+