New Collection
+ if (response) toggleCollectionModal(); + }; -//Name
-// -// setNewCollection({ ...newCollection, name: e.target.value }) -// } -// type="text" -// placeholder="e.g. Example Collection" -// className="w-full rounded-md p-3 border-sky-100 border-solid border text-sm outline-none focus:border-sky-500 duration-100" -// /> -//New Collection
-//Owner
-//Name
+ + setNewCollection({ ...newCollection, name: e.target.value }) + } + type="text" + placeholder="e.g. Example Collection" + className="w-96 rounded-md p-3 border-sky-100 border-solid border text-sm outline-none focus:border-sky-500 duration-100" + /> +Description
+ + setNewCollection({ ...newCollection, description: e.target.value }) + } + type="text" + placeholder="Collection description (Optional)" + className="w-96 rounded-md p-3 border-sky-100 border-solid border text-sm outline-none focus:border-sky-500 duration-100" + /> +@@ -60,30 +40,8 @@ export default function () {
Collections
- {collectionInput ? ( -Tags