diff --git a/components/calender/modals/AddSticker.tsx b/components/calender/modals/AddSticker.tsx
index 43214a7..22b4f79 100644
--- a/components/calender/modals/AddSticker.tsx
+++ b/components/calender/modals/AddSticker.tsx
@@ -8,12 +8,17 @@ import {
ModalFooter,
Heading,
HStack,
- Text
+ Text,
+ VStack,
+ SimpleGrid,
+ Box
} from "@chakra-ui/react";
-import React, { useState, useContext } from "react";
+import React, { useState, useContext, Fragment } from "react";
import { format, isSameDay } from "date-fns";
+import { Icon } from "@iconify/react";
import { StickersContext } from "../../../contexts/StickerContext";
import StickerSelector from "./StickerSelector";
+import DemoStickers from "../stickers/DemoStickers";
interface AddStickerProps {
isOpen: boolean;
@@ -116,12 +121,28 @@ const AddSticker = ({
"LLL d, y"
)}?`,
body: (
-
+
+
+ {"Current Sticker"}
+
+
+
+
+
+ {"Select your new sticker"}
+
+
+
),
footer: (