Skip to content

Commit 22dce10

Browse files
test
1 parent 2d22d35 commit 22dce10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To review Cosmos DB configuration overview and steps, follow the link [here](doc
182182
![Solution Architecture - Chat with your data CosmosDB](/docs/images/architecture_cdb.png)
183183

184184
### Deploy instructions
185-
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT.md).
185+
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT_test.md).
186186

187187
Once you deploy to Azure, you will have the option to select PostgreSQL or Cosmos DB, see screenshot below.
188188

code/frontend/src/pages/layout/Layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ const Layout = ({ children,toggleSpinner, ...props }: LayoutProps) => {
204204
>
205205
<CopyRegular className={styles.copyButton} />
206206
<span className={styles.copyButtonText}>{copyText}</span>
207+
<span className={styles.copyButtonText}>{copyText}</span>
207208
</div>
208209
</Stack>
209210
</Dialog>

0 commit comments

Comments
 (0)