diff --git a/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx b/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx index 5acb88c..5bf7c6c 100644 --- a/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx +++ b/src/Pages/BlogsAndArticles/BlogsAndArticles.jsx @@ -214,7 +214,7 @@ const BlogsAndArticles = () => { flexWrap={"wrap"} gap={2} alignItems={"center"} - w={220} + w={200} > {item?.tags?.map(({ id, tag }) => ( diff --git a/src/Pages/BlogsAndArticles/EditBlogsAndArticles.jsx b/src/Pages/BlogsAndArticles/EditBlogsAndArticles.jsx index 52b5935..5d4350d 100644 --- a/src/Pages/BlogsAndArticles/EditBlogsAndArticles.jsx +++ b/src/Pages/BlogsAndArticles/EditBlogsAndArticles.jsx @@ -31,6 +31,7 @@ import ChipSelector from "../../Components/ChipSelector/ChipSelector"; import { motion } from "framer-motion"; import Loader01 from "../../Components/Loaders/Loader01"; import Header from "../../Components/Header"; +import ToastBox from "../../Components/ToastBox"; const EditBlogsAndArticles = () => { const { id } = useParams();