File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Header extends Component {
10
10
< path d = "M6 36h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z" > </ path >
11
11
</ svg >
12
12
</ div >
13
- < h3 > Codelabs </ h3 >
13
+ < h3 > Progressive Web Application </ h3 >
14
14
</ header >
15
15
) ;
16
16
}
Original file line number Diff line number Diff line change 15
15
transform : translateX (-103% );
16
16
}
17
17
18
+ .menu__header {
19
+ display : flex;
20
+ align-items : center;
21
+ }
22
+
18
23
.menu__logo {
19
24
width : 50px ;
20
25
height : 50px ;
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ class Menu extends Component {
62
62
return (
63
63
< div className = "menu-container" >
64
64
< div className = "menu" >
65
- < img className = "menu__logo" src = { codelabsImg } alt = "logo" />
65
+ < div className = "menu__header" >
66
+ < img className = "menu__logo" src = { codelabsImg } alt = "logo" />
67
+ </ div >
66
68
< ul className = "menu__list" >
67
69
< li >
68
70
< NavLink to = "/introduction" onlyActiveOnIndex = { true } >
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ class Introduction extends Component {
22
22
23
23
< p > < b > What you will learn</ b > </ p >
24
24
< ul >
25
- < li > Whats is a Service worker and its lifecycle</ li >
26
- < li > How to cache resources and serve it when offline</ li >
27
- < li > Push notifications</ li >
28
- < li > Background sync</ li >
25
+ < li > App Shell Architecture</ li >
26
+ < li > Service Worker and its lifecycle</ li >
27
+ < li > Caching the resources</ li >
28
+ < li > Offline</ li >
29
+ < li > Native app like features.</ li >
29
30
</ ul >
30
31
31
32
< p > < b > Things you need</ b > </ p >
You can’t perform that action at this time.
0 commit comments