Skip to content

Commit 2090951

Browse files
Fix image width
1 parent dbe76cc commit 2090951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository stores code for the following DevExpress tutorial: [Getting Started with DevExtreme Chat](https://js.devexpress.com/Documentation/Guide/UI_Components/Chat/Getting_Started_with_Chat/). The project creates an interactive interface that allows users to send and receive messages in real time.
44

5-
<div align="center"><img src="./Chat.png" /></div>
5+
<div align="center" style="width: 400px;"><img src="./Chat.png" /></div>
66

77
## Files to Review
88

0 commit comments

Comments
 (0)