From c0f480c1c4f5bcc883d37ec9ca2e3fbb28e2382a Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 13 Jan 2023 12:09:14 +0000 Subject: [PATCH] Adding ai-studio to TAGS_WITH_ICON constant --- lib/nexmo_developer/app/services/tag_parser.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nexmo_developer/app/services/tag_parser.rb b/lib/nexmo_developer/app/services/tag_parser.rb index 757480c44..da5f5f482 100644 --- a/lib/nexmo_developer/app/services/tag_parser.rb +++ b/lib/nexmo_developer/app/services/tag_parser.rb @@ -8,6 +8,7 @@ class TagParser # end TAGS_WITH_ICON = [ + 'ai-studio', 'dispatch-api', 'messages-api', 'messages-api-sandbox',