Skip to content

Commit d6f6348

Browse files
committed
Add maintenance banner
1 parent 0c6afdc commit d6f6348

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/components/love-page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ export function LovePage(props: {
6969
position={isMobile ? 'bottom-center' : 'top-center'}
7070
containerClassName="!bottom-[70px]"
7171
/>
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>
7276
{hideSidebar ? (
7377
<div className="lg:col-span-2 lg:flex" />
7478
) : (

0 commit comments

Comments
 (0)