From 363d760ce7a9a30b97fe2ef2fd10b7a00d155f85 Mon Sep 17 00:00:00 2001 From: Vaibhav-Yerkar Date: Sat, 19 Oct 2024 10:17:00 +0530 Subject: [PATCH] UI enhancemend for Menu Page - Today's Special --- .../src/components/Pages/TodaysSpecial.jsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/Pages/TodaysSpecial.jsx b/frontend/src/components/Pages/TodaysSpecial.jsx index 6136e14a..ab9d6f79 100644 --- a/frontend/src/components/Pages/TodaysSpecial.jsx +++ b/frontend/src/components/Pages/TodaysSpecial.jsx @@ -66,12 +66,12 @@ const TodaysSpecial = () => { {todaysSpecial.coffee.name} -

{todaysSpecial.coffee.name}

-

{todaysSpecial.coffee.description}

+

{todaysSpecial.coffee.name}

+

{todaysSpecial.coffee.description}

-
-

{todaysSpecial.coffee.originalPrice}

-

{todaysSpecial.coffee.offerPrice}

+
+

{todaysSpecial.coffee.originalPrice}

+

{todaysSpecial.coffee.offerPrice}

@@ -84,12 +84,12 @@ const TodaysSpecial = () => { > {todaysSpecial.food.name} -

{todaysSpecial.food.name}

-

{todaysSpecial.food.description}

+

{todaysSpecial.food.name}

+

{todaysSpecial.food.description}

-
-

{todaysSpecial.food.originalPrice}

-

{todaysSpecial.food.offerPrice}

+
+

{todaysSpecial.food.originalPrice}

+

{todaysSpecial.food.offerPrice}

@@ -102,12 +102,12 @@ const TodaysSpecial = () => { > {todaysSpecial.drink.name} -

{todaysSpecial.drink.name}

-

{todaysSpecial.drink.description}

+

{todaysSpecial.drink.name}

+

{todaysSpecial.drink.description}

-
-

{todaysSpecial.drink.originalPrice}

-

{todaysSpecial.drink.offerPrice}

+
+

{todaysSpecial.drink.originalPrice}

+

{todaysSpecial.drink.offerPrice}