diff --git a/moon/apps/web/components/Sidebar/SidebarCratespro.tsx b/moon/apps/web/components/Sidebar/SidebarCratespro.tsx
index a535d08e0..5296a235a 100644
--- a/moon/apps/web/components/Sidebar/SidebarCratespro.tsx
+++ b/moon/apps/web/components/Sidebar/SidebarCratespro.tsx
@@ -1,7 +1,8 @@
-import { ChatBubblePlusIcon } from '@gitmono/ui/Icons'
+// import { ChatBubblePlusIcon } from '@gitmono/ui/Icons'
import { useRouter } from 'next/router'
import { useScope } from '@/contexts/scope'
import { SidebarLink } from './SidebarLink'
+import Image from 'next/image'
export function SidebarCratespro() {
const { scope } = useScope()
@@ -9,11 +10,19 @@ export function SidebarCratespro() {
return (