@@ -8,7 +8,7 @@ export function AdminHeader(props) { // This one if user has the ADMIN role
8
8
9
9
return (
10
10
< AppBar position = "static" id = "header" className = { admstyles . header } elevation = { 1 } >
11
- < Toolbar style = { { "minWidth" : "100" , "dipslay " : "flex" , "justifyContent" : "space-between" } } >
11
+ < Toolbar style = { { "minWidth" : "100" , "display " : "flex" , "justifyContent" : "space-between" } } >
12
12
< Button className = { styles . header_link } component = { RouterLink } to = "/" >
13
13
< Typography className = { styles . header_logo } variant = "h6" > PAWS Data Pipeline</ Typography >
14
14
</ Button >
@@ -30,7 +30,7 @@ export function LoginHeader(props) { // This one for login page
30
30
31
31
return (
32
32
< AppBar position = "static" id = "header" className = { styles . header } elevation = { 1 } >
33
- < Toolbar style = { { "minWidth" : "100" , "dipslay " : "flex" , "justifyContent" : "space-between" } } >
33
+ < Toolbar style = { { "minWidth" : "100" , "display " : "flex" , "justifyContent" : "space-between" } } >
34
34
< Typography className = { styles . header_logo } variant = "h6" > PAWS Data Pipeline</ Typography >
35
35
< div style = { { "display" : "flex" , "justifyContent" : "space-between" , "margin" : "16px 6px 16px 16px" } } >
36
36
< Button className = { styles . header_link } component = { RouterLink } to = "/about" > About us</ Button >
@@ -46,7 +46,7 @@ export default function Header(props) { // This one if user only has USER role
46
46
47
47
return (
48
48
< AppBar position = "static" id = "header" className = { styles . header } elevation = { 1 } >
49
- < Toolbar style = { { "minWidth" : "100" , "dipslay " : "flex" , "justifyContent" : "space-between" } } >
49
+ < Toolbar style = { { "minWidth" : "100" , "display " : "flex" , "justifyContent" : "space-between" } } >
50
50
< Typography className = { styles . header_logo } variant = "h6" > PAWS Data Pipeline</ Typography >
51
51
< div style = { { "display" : "flex" , "justifyContent" : "space-between" , "margin" : "16px 6px 16px 16px" } } >
52
52
< Button className = { styles . header_link } component = { RouterLink } to = "/360view/search" > 360
0 commit comments