diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index eb91ba4..fc7fbb8 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -17,9 +17,7 @@ export default function MenuPage() {
];
const navButton = {
- text: "Order Online",
- href: "https://www.doordash.com",
- };
+ text: "Order Online", href: "https://www.doordash.com"};
return (
diff --git a/src/app/page.tsx b/src/app/page.tsx
index b781ac1..fc6f33c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,9 +20,7 @@ export default function HomePage() {
];
const navButton = {
- text: "Order Online",
- href: "https://www.doordash.com",
- };
+ text: "Order Online", href: "https://www.doordash.com"};
return (
diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx
index 422ef01..719be2b 100644
--- a/src/app/visit/page.tsx
+++ b/src/app/visit/page.tsx
@@ -17,9 +17,7 @@ export default function VisitPage() {
];
const navButton = {
- text: "Order Online",
- href: "https://www.doordash.com",
- };
+ text: "Order Online", href: "https://www.doordash.com"};
return (