From 3653281b5eccc8745fc85a0518d5cfc297114d4b Mon Sep 17 00:00:00 2001 From: "mylnikova.alisa" Date: Wed, 1 Nov 2023 19:34:56 +0700 Subject: [PATCH] Update ExyteChat (#1824) Fix category name "Chat" -> "chat". I noticed this library is not in the list, so I think category spelling might be the cause of this problem --- contents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index 0a39faf9..2a201092 100644 --- a/contents.json +++ b/contents.json @@ -6103,8 +6103,8 @@ "homepage": "https://github.com/batanus/DMScrollBar", "tags": ["swift", "iOS", "scroll-bar", "scroll-indicator", "scroll-view"] }, { - "title": "Chat", - "category": "Chat", + "title": "ExyteChat", + "category": "chat", "description": "SwiftUI Chat UI framework with fully customizable message cells, input view, and a built-in media picker", "homepage": "https://github.com/exyte/chat", "tags": ["swift", "iOS", "swiftui", "chat"]