Skip to content

Commit e1290b9

Browse files
Added a disclaimer
1 parent b0d61d8 commit e1290b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/scala/demo/components/toplevel.scala

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ object toplevel {
9999
.render(_ =>
100100
div(className := "container",
101101
div(className := "row", Logo(())),
102+
div(className := "row",
103+
div(className := "col-md-12",
104+
p(className := "alert alert-success",
105+
"For simplicity, many animations have been stripped out from the Scala.js demo. See ",
106+
a(href := "http://andreaferretti.github.io/paths-js-demo/", "this demo"),
107+
" or ",
108+
a(href := "http://andreaferretti.github.io/paths-js-react-demo/", "this demo"),
109+
" for an overview of the possibilities."
110+
)
111+
)
112+
),
102113
div(className := "row",
103114
Panel(PanelContent(
104115
id = Some("pie"),

0 commit comments

Comments
 (0)