diff options
author | Manolo Carrasco <manolo@vaadin.com> | 2016-06-01 21:14:46 +0300 |
---|---|---|
committer | Manolo Carrasco <manolo@vaadin.com> | 2016-06-01 21:14:46 +0300 |
commit | 9b0fdad17a01ad8495536e4c91612a7e9d1de669 (patch) | |
tree | 207b1537661cd2c394de5503be9189d3e3a44c5c | |
parent | 5a6b71047a0cb6176645b480729d736a6a51a857 (diff) | |
download | vaadin-core-9b0fdad17a01ad8495536e4c91612a7e9d1de669.tar.gz vaadin-core-9b0fdad17a01ad8495536e4c91612a7e9d1de669.zip |
Make react the first item and fix header size
-rw-r--r-- | demo/react.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/react.html b/demo/react.html index a4317d9..2194537 100644 --- a/demo/react.html +++ b/demo/react.html @@ -1,7 +1,7 @@ <!doctype html> <!-- -title: React -order: 3 +title: Overview +order: 1 layout: page --> @@ -20,7 +20,7 @@ layout: page <body unresolved> <section> - <h3>React Integration</h3> + <h1>React Integration</h1> <p>This example demonstrates using vaadin-grid with React framework. As React doesn't support custom attributes for elements, vaadin-grid DOM API can't be fully utilized in the initialization.</p> |