It's easy and simple to remove the n8n chat footer "Power by n8n"
U just add a customized css as:
.chat-powered-by {
display: none;
}
It's easy and simple to remove the n8n chat footer "Power by n8n"
U just add a customized css as:
.chat-powered-by {
display: none;
}