diff --git a/application/next-frontend/src/Admin/components/CardComponentWrapper.tsx b/application/next-frontend/src/Admin/components/CardComponentWrapper.tsx index e72fd77b..f57c2e71 100644 --- a/application/next-frontend/src/Admin/components/CardComponentWrapper.tsx +++ b/application/next-frontend/src/Admin/components/CardComponentWrapper.tsx @@ -17,7 +17,7 @@ const CardComponentWrapper = ({ const { setHovered, isHovered } = useHover() return (
setHovered(true)} diff --git a/application/next-frontend/src/Admin/scenarios/AdminMainPage.tsx b/application/next-frontend/src/Admin/scenarios/AdminMainPage.tsx index 585a8cf3..f631e3f8 100644 --- a/application/next-frontend/src/Admin/scenarios/AdminMainPage.tsx +++ b/application/next-frontend/src/Admin/scenarios/AdminMainPage.tsx @@ -1,6 +1,6 @@ import { Events } from 'Admin/scenarios/Events' import { Restaurants } from 'Admin/scenarios/Restaurants' -import { SlackChannel } from 'Admin/scenarios/SlackChannel' +import { SlackChannel } from '@/Admin/scenarios/SlackChannel' import Image from 'next/image' import MascotHappy from 'Admin/assets/MascotHappy.svg' @@ -8,25 +8,27 @@ import { HoverProvider } from 'Shared/context/HoverContext' const AdminMainPage = () => { return ( -
-
-
-

Pizza Admin

+
+
+
+
+

Pizza Admin

+
+
- - - -
-
*]:mb-14`}> pizza bot mascot with four arms + + + + diff --git a/application/next-frontend/src/Admin/scenarios/Events/components/CreatePizzaEventCard.tsx b/application/next-frontend/src/Admin/scenarios/Events/components/CreatePizzaEventCard.tsx index ad243e4c..2d3337ff 100644 --- a/application/next-frontend/src/Admin/scenarios/Events/components/CreatePizzaEventCard.tsx +++ b/application/next-frontend/src/Admin/scenarios/Events/components/CreatePizzaEventCard.tsx @@ -99,24 +99,21 @@ const CreatePizzaEventCard = ({ selectedDate }: { selectedDate: Date }) => { } return ( -
-
+
+
Create Pizza Event? - closeModal()} - > + closeModal()}> ×
-
-

Date:

-

Time:

+
+

Date:

+

Time:

-
+
{date}. {months[currentMonth]} { />
-
+
{ />
-
+
-
+
diff --git a/application/next-frontend/src/Admin/scenarios/Events/components/DeletePizzaEventCard.tsx b/application/next-frontend/src/Admin/scenarios/Events/components/DeletePizzaEventCard.tsx index ed31160a..881d1495 100644 --- a/application/next-frontend/src/Admin/scenarios/Events/components/DeletePizzaEventCard.tsx +++ b/application/next-frontend/src/Admin/scenarios/Events/components/DeletePizzaEventCard.tsx @@ -23,7 +23,7 @@ const DeletePizzaEventCard = ({ event }: Props) => { const { closeModal } = useModal() return ( -
+
Delete Pizza Event? { ×
+
+
+ Date: + + {ordinal(date)} of {months[month]} + +
-
- Date: - Time +
+ Time + {time} +
-
- - {ordinal(date)} of {months[month]} - - {time} -
- -
+