File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/overmind-website Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4+ < title > Overmind - Frictionless state management</ title >
5+ < meta
6+ description ="Modern javascript state management for frictionless webapp development "
7+ />
48 < meta charset ="UTF-8 " />
59 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
610 < meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
6367 TianeXo65lXz9HTM6fb5vwEB1kNwNpL0bgAAAABJRU5ErkJggg== "
6468 type ="image/x-icon "
6569 />
66- < title > Overmind</ title >
6770 < style >
6871 html ,
6972 body {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const FrontPage: SFC = () => {
3737 ) }
3838 >
3939 < Logo />
40- < h1 > frictionless webapp development </ h1 >
40+ < h1 > frictionless state management </ h1 >
4141 < div className = { styles . summary } >
4242 Web application development is about < strong > defining</ strong > ,{ ' ' }
4343 < strong > changing</ strong > and < strong > consuming state</ strong > to
You can’t perform that action at this time.
0 commit comments