File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,26 @@ const Header = () => {
1919
2020 return (
2121 < div className = "row py-2 m-0 align-items-center" >
22- < div className = "col-5 text-end " >
22+ < div className = "col-3 px-1 " >
2323 < h3 >
24- ChessCam
25- < i className = "h1 bi bi-info-circle" onClick = { ( ) => navigate ( "/faq" ) } > </ i >
24+ ChessCam
2625 </ h3 >
2726 </ div >
28- < div className = "col-7 text-end" >
27+ < div className = "col-2 px-1" >
28+ < i className = "h1 bi bi-info-circle" onClick = { ( ) => navigate ( "/faq" ) } > </ i >
29+ </ div >
30+ < div className = "col-3 px-1" >
2931 < h6 >
3032 < button className = "btn btn-dark btn-outline-light" onClick = { handleClick } >
3133 { username === "" ? "Login" : "Logout" }
3234 </ button >
33- { username }
3435 </ h6 >
3536 </ div >
37+ < div className = "col-4 px-1" >
38+ < h6 >
39+ { username }
40+ </ h6 >
41+ </ div >
3642
3743 </ div >
3844 ) ;
Original file line number Diff line number Diff line change 11import { SocialIcon } from 'react-social-icons/component'
2- import 'react-social-icons/twitter'
32import 'react-social-icons/youtube'
43import 'react-social-icons/github'
5- import 'react-social-icons/instagram'
64import 'react-social-icons/google_play'
75
86const Socials = ( ) => {
97 const socials = [
108 { "network" : "github" , "url" : "https://github.com/Pbatch/CameraChessWeb" , "bgColor" : "#111111" } ,
119 { "network" : "youtube" , "url" : "https://www.youtube.com/channel/UCtgc3RevHj6UHq1D8Ymarmw" } ,
12- { "network" : "google_play" , "url" : "https://play.google.com/store/apps/details?id=com.camerachess.www.twa" } ,
13- { "network" : "instagram" , "url" : "https://www.instagram.com/chess.cam/" } ,
14- { "network" : "twitter" , "url" : "https://twitter.com/chesscam1" }
10+ { "network" : "google_play" , "url" : "https://play.google.com/store/apps/details?id=com.camerachess.www.twa" }
1511 ]
1612
1713 const icons : any [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments