TaostBox Fix

This commit is contained in:
2024-05-21 16:01:05 +05:30
parent 29d9098009
commit 3e8c8e7f5a
2 changed files with 2 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ const BlogsAndArticles = () => {
flexWrap={"wrap"}
gap={2}
alignItems={"center"}
w={220}
w={200}
>
{item?.tags?.map(({ id, tag }) => (
<Badge key={id} variant="solid" colorScheme="teal" size={"sm"}>

View File

@@ -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();