From 88981f86bd43d9f67f3777c1513f8616e21dafee Mon Sep 17 00:00:00 2001 From: Siddharth Gulati <62313299+SidGulatiMsft@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:23:48 -0800 Subject: [PATCH] Removing "Preview" from Viva Connections --- .../nodejs/adaptivecards-designer/src/adaptivecards-designer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts index 1e0e575feb..b7f79c7e65 100644 --- a/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts +++ b/source/nodejs/adaptivecards-designer/src/adaptivecards-designer.ts @@ -10,7 +10,7 @@ export const defaultMicrosoftHosts: containers.HostContainer[] = [ new containers.OutlookContainer("Outlook Actionable Messages", "containers/outlook-container.css"), new containers.DarkTeamsContainer("Microsoft Teams - Dark", "containers/teams-container-dark.css"), new containers.LightTeamsContainer("Microsoft Teams - Light", "containers/teams-container-light.css"), - new containers.VivaConnectionsContainer("Viva Connections (Preview)", "containers/viva-connections-container.css"), + new containers.VivaConnectionsContainer("Viva Connections", "containers/viva-connections-container.css"), new containers.DarkCortanaContainer("Cortana Skills - Dark", "containers/cortana-container-dark.css"), new containers.LightCortanaContainer("Cortana Skills - Light", "containers/cortana-container-light.css"), new containers.BotFrameworkContainer("Bot Framework Other Channels (Image render)", "containers/bf-image-container.css"),