From eb790d09b5dbd26ae90be47bfdc89342218845e1 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:08:27 +0530 Subject: [PATCH] =?UTF-8?q?role=20of=20heading=20has=20been=20added=20to?= =?UTF-8?q?=20the=20text=20that=20is=20visually=20appearing=E2=80=A6=20(#1?= =?UTF-8?q?701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * role of heading has been added to the text that is visually appearing as heading * Update WelcomeModal.test.tsx.snap --- src/Explorer/QueryCopilot/Modal/WelcomeModal.tsx | 4 +++- .../Modal/__snapshots__/WelcomeModal.test.tsx.snap | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Explorer/QueryCopilot/Modal/WelcomeModal.tsx b/src/Explorer/QueryCopilot/Modal/WelcomeModal.tsx index 8c22cec43..94316a0cc 100644 --- a/src/Explorer/QueryCopilot/Modal/WelcomeModal.tsx +++ b/src/Explorer/QueryCopilot/Modal/WelcomeModal.tsx @@ -50,7 +50,9 @@ export const WelcomeModal = ({ visible }: { visible: boolean }): JSX.Element => - Welcome to Microsoft Copilot for Azure in Cosmos DB + + Welcome to Microsoft Copilot for Azure in Cosmos DB (preview) + diff --git a/src/Explorer/QueryCopilot/Modal/__snapshots__/WelcomeModal.test.tsx.snap b/src/Explorer/QueryCopilot/Modal/__snapshots__/WelcomeModal.test.tsx.snap index 324542a15..a9fdcc4d6 100644 --- a/src/Explorer/QueryCopilot/Modal/__snapshots__/WelcomeModal.test.tsx.snap +++ b/src/Explorer/QueryCopilot/Modal/__snapshots__/WelcomeModal.test.tsx.snap @@ -67,9 +67,10 @@ exports[`Query Copilot Welcome Modal snapshot test should render when isOpen is } > - Welcome to Microsoft Copilot for Azure in Cosmos DB + Welcome to Microsoft Copilot for Azure in Cosmos DB (preview)