added custom icons for links

This commit is contained in:
daniel31x13
2024-08-24 15:50:29 -04:00
parent bf1a6efd2e
commit fae9e95fa9
7 changed files with 72 additions and 40 deletions
@@ -96,6 +96,9 @@ export default async function updateLinkById(
data: {
name: data.name,
description: data.description,
icon: data.icon,
iconWeight: data.iconWeight,
color: data.color,
collection: {
connect: {
id: data.collection.id,