diff --git a/src/app/toolkit/components/SortableItem.tsx b/src/app/toolkit/components/SortableItem.tsx index d82ba75f..ebb61610 100644 --- a/src/app/toolkit/components/SortableItem.tsx +++ b/src/app/toolkit/components/SortableItem.tsx @@ -1,5 +1,5 @@ "use client"; -import { Bars3Icon } from "@heroicons/react/24/outline"; +import { Bars3Icon, PhotoIcon } from "@heroicons/react/24/outline"; import Button from "@/ui/shared/Button"; import { useState } from "react"; import Modal from "@/ui/shared/Modal"; @@ -79,23 +79,13 @@ export default function SortableItem({ className="h-10 w-10 object-cover rounded" /> ) : ( -
// Reserve space when no image +
+ {/* Use a Heroicon as a placeholder */} + +
+ //
// Reserve space when no image )} - {/* Display the link or reserve space */} - {/* {isValidUrl(item.infoUrl) ? ( - - Go to resource - - ) : ( -
// Reserve space for the link (adjust width as needed) - )} */} - {isValidUrl(item.infoUrl) ? ( */} - {/*