Skip to content

Commit 4a3ec6c

Browse files
authored
Merge pull request #40 from aws-samples/doco-updates
Updated screenshots
2 parents abb34ef + a6cde9e commit 4a3ec6c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Website/config-overrides.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: MIT-0
3+
14
// ... so the webpack5 config used by react-scripts 5.0.0
25
// doesn't like .mjs files, so we use react-scripts-rewire
36
// to add support for this (the aws appsync modules, for

Website/src/components/Controls/ModalChimeDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ModalChimeDialog: React.FC<ModalChimeDialogProperties> = ({ onEndCall, inf
5050
<div className={`grid grid--size-${tiles.length}`}>
5151
{tiles.length ? videos :
5252
<Box style={{ height: "15rem", width: '100%', margin: '2rem auto' }} borderColor='black' border={'1px dashed grey'}>
53-
<Text>No remote videos available</Text>
53+
<Text>No remote video available</Text>
5454
</Box>}
5555
</div>
5656
<div style={{ height: "5rem", width: '9rem', margin: '2rem auto' }}>

screenshot-a.png

-68.9 KB
Loading

screenshot-b.png

-69.1 KB
Loading

0 commit comments

Comments
 (0)