Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit ec632e7

Browse files
author
HarshKhandeparkar
committed
feat: update what's new page
1 parent 10b2b42 commit ec632e7

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

src/components/WhatsNew/WhatsNew.jsx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,21 @@ export default class WhatsNew extends Component {
4545
version="0.4.0"
4646
/>
4747
</div>
48-
<div className="row valign-wrapper">
49-
<div className="col s6">
50-
<New
51-
title="macOS Support"
52-
desc="Rainbow Board will be published to macOS every time as a dmg file."
53-
version="v0.4.1"
54-
/>
55-
</div>
48+
</div>
49+
<div className="row valign-wrapper">
50+
<div className="col s6">
51+
<New
52+
title="macOS Support"
53+
desc="Rainbow Board will be published to macOS every time as a dmg file."
54+
version="v0.4.1"
55+
/>
56+
</div>
57+
<div className="col s6">
58+
<New
59+
title="Fixed Toolbar Overflow"
60+
desc="Whiteboard toolbar will adjust the size of the buttons in order to prevent overflow on small screen-sizes."
61+
version="v0.4.1"
62+
/>
5663
</div>
5764
</div>
5865
</div>

0 commit comments

Comments
 (0)