diff --git a/components/common/SideBar.tsx b/components/common/SideBar.tsx index 9d37a44..b176495 100644 --- a/components/common/SideBar.tsx +++ b/components/common/SideBar.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs"; import { - Tag, Image, Upload, TextSelect, + Tag, Image as Images, Upload, TextSelect, ImageDownIcon, UploadIcon } from "lucide-react"; @@ -19,6 +19,7 @@ import { import { Button } from '@/components/ui/button'; import { Skeleton } from '@/components/ui/skeleton'; import { Input } from '@/components/ui/input'; +import Image from "next/image"; @@ -104,16 +105,17 @@ const Sidebar = () => { Upload media -
+
+

No uploads yet

+ no uploads
-
- } label="Stock Photo" isGhost={false} buttonWidth={65} /> + } label="Stock Photo" isGhost={false} buttonWidth={65} /> } label="Stock Video" isGhost={false} buttonWidth={65} /> } label="Shapes" isGhost={false} buttonWidth={65} /> } label="Gif" isGhost={false} buttonWidth={65} /> @@ -142,7 +144,7 @@ const Sidebar = () => {
} label="Spotlight" isGhost={false} buttonWidth={65} /> - } label="Slideshow" isGhost={false} buttonWidth={65} /> + } label="Slideshow" isGhost={false} buttonWidth={65} />
diff --git a/public/images/noUploads.png b/public/images/noUploads.png new file mode 100644 index 0000000..172d753 Binary files /dev/null and b/public/images/noUploads.png differ