File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ export default function Layout({ children }) {
2222 < script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" > </ script >
2323 </ Head >
2424 < main className = { user ? "#80cbc4 blue lighten-3" : "#80cbc4 teal lighten-3" } >
25- < div className = "col s12 m12 right-align" style = { { margin : '20px 20px' } } >
26- < a className = { user ? 'waves-effect waves-light btn-small blue left' : 'waves-effect waves-light btn-small left' } onClick = { ( ) => Router . replace ( "/" ) } > < AiTwotoneHome /> </ a >
27- < a className = { ! user ? "waves-effect waves-light btn-small modal-trigger" : "waves-effect waves-light btn-small modal-trigger blue" } href = "#modal1" > About</ a >
28- < a className = { user ?"btn-small blue notification dropdown-trigger" :"btn-small notification dropdown-trigger" } data-target = 'dropdown1' > < MdNotifications /> < span class = "badgen red" > 1</ span > </ a >
29- </ div >
30- < ul id = 'dropdown1' class = 'dropdown-content' >
31- < li > < a > Welcome</ a > </ li >
32- </ ul >
3325 < div className = "container valign-wrapper" >
3426 < div className = "row" >
27+ < div className = "col s12 m12 right-align" style = { { margin : '20px 0' } } >
28+ < a className = { user ? 'waves-effect waves-light btn-small blue left' : 'waves-effect waves-light btn-small left' } onClick = { ( ) => Router . replace ( "/" ) } > < AiTwotoneHome /> </ a >
29+ < a className = { ! user ? "waves-effect waves-light btn-small modal-trigger" : "waves-effect waves-light btn-small modal-trigger blue" } href = "#modal1" > About</ a >
30+ < a className = { user ? "btn-small blue notification dropdown-trigger" : "btn-small notification dropdown-trigger" } data-target = 'dropdown1' > < MdNotifications /> < span class = "badgen red" > 1</ span > </ a >
31+ </ div >
32+ < ul id = 'dropdown1' class = 'dropdown-content' >
33+ < li > < a > Welcome</ a > </ li >
34+ </ ul >
3535 < div className = "col s12 m12" >
3636 { children }
3737 </ div >
You can’t perform that action at this time.
0 commit comments