From 2d63423c1013bac7e92f9635b53795311fa223dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:41:38 +0000 Subject: [PATCH] Update src/app/order/page.tsx --- src/app/order/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 8ddd80c..6de7d60 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -45,6 +45,7 @@ export default function OrderPage() { animationType="slide-up" textboxLayout="default" buttons={[{ text: "Order on Glovo", href: "https://glovoapp.com" }]} + useInvertedBackground={false} />
-- 2.49.1