rename yaml to match ploi

This commit is contained in:
netlas
2026-04-22 10:03:07 +03:00
parent b94a89fadc
commit c5600c3915
112 changed files with 1738 additions and 1741 deletions

View File

@@ -109,7 +109,7 @@ const handleDialogConfirm = async () => {
slug: state.slug,
custom_domain: state.domain,
blob_id: state.avatarBlobId || null,
color: '#2781F6', // The default color is set to Chatwoot brand color
color: '#01a0a5', // The default color is set to Chatwoot brand color
};
await createPortal(portal);
};