diff --git a/components/common/SideBar.tsx b/components/common/SideBar.tsx index b176495..fd7431d 100644 --- a/components/common/SideBar.tsx +++ b/components/common/SideBar.tsx @@ -1,3 +1,4 @@ +'use client' import React from 'react'; import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs"; import { @@ -21,8 +22,6 @@ import { Skeleton } from '@/components/ui/skeleton'; import { Input } from '@/components/ui/input'; import Image from "next/image"; - - const CategoryHeading = ({ title }: { title: string }) => (
{title} @@ -30,6 +29,8 @@ const CategoryHeading = ({ title }: { title: string }) => ( ); const Sidebar = () => { + + return (
@@ -115,8 +116,11 @@ const Sidebar = () => {
+ } label="Stock Photo" isGhost={false} buttonWidth={65} /> - } label="Stock Video" isGhost={false} buttonWidth={65} /> + + + } label="Stock Video" isGhost={false} buttonWidth={65} /> } label="Shapes" isGhost={false} buttonWidth={65} /> } label="Gif" isGhost={false} buttonWidth={65} /> } label="Sticker" isGhost={false} buttonWidth={65} />