There was an error while loading. Please reload this page.
1 parent 0c6afdc commit d6f6348Copy full SHA for d6f6348
1 file changed
web/components/love-page.tsx
@@ -69,6 +69,10 @@ export function LovePage(props: {
69
position={isMobile ? 'bottom-center' : 'top-center'}
70
containerClassName="!bottom-[70px]"
71
/>
72
+ {/* Maintenance banner */}
73
+ <div className="lg:col-span-12 w-full bg-orange-500 text-white text-center text-sm py-2 px-3">
74
+ Maintenance in progress: Some features may be broken for the next few hours.
75
+ </div>
76
{hideSidebar ? (
77
<div className="lg:col-span-2 lg:flex" />
78
) : (
0 commit comments