You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Added in <ahref={`https://github.com/HarshKhandeparkar/rainbow-board/releases/${version}`}>v{version}</a>
14
+
</div>
15
+
</div>
16
+
)
17
+
}
18
+
19
+
exportdefaultclassWhatsNewextendsComponent{
20
+
render(){
21
+
return(
22
+
<div>
23
+
<navclassName="brand-gradient">
24
+
<divclassName="nav-wrapper header container">
25
+
<spanclassName="logo-text brand-logo center styled-text">What's New</span>
26
+
<NavLinkto="/"title="Home">
27
+
<iclassName="material-icons">home</i>
28
+
</NavLink>
29
+
</div>
30
+
</nav>
31
+
32
+
<divclassName="container">
33
+
<divclassName="row valign-wrapper">
34
+
<divclassName="col s6">
35
+
<New
36
+
title="Hotkeys"
37
+
desc={(<p><b>Ctrl+Z</b> or <b>Command+Z</b> to undo, <b>Ctrl+Shift+Z</b> or <b>Command+Shift+Z</b> to redo, and <b>Ctrl+S</b> or <b>Command+S</b> to save the slide!</p>)}
38
+
version="0.4.0"
39
+
/>
40
+
</div>
41
+
<divclassName="col s6">
42
+
<New
43
+
title="Undo Redo"
44
+
desc={(<p>You can now <b>undo</b> and <b>redo</b> using the shiny buttons or hotkeys.</p>)}
0 commit comments