File tree Expand file tree Collapse file tree 5 files changed +2
-17
lines changed Expand file tree Collapse file tree 5 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ export const Banner = () => {
66 return (
77 < Box className = "banner-main" >
88 < a href = "www.google.com" >
9- < << << << HEAD
109 < img src = "thrifty_logos/NEW_Thrifty_Logo.png" className = "banner-img" > </ img >
11- =======
12- < img src = "images/banner.png" className = "banner-img" > </ img >
13- >>> >>> > parent of d38be9d ( fixing merge conflicts )
1410 </ a >
1511 </ Box >
1612 )
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import FacebookIcon from '@mui/icons-material/Facebook';
66import GoogleIcon from '@mui/icons-material/Google' ;
77import InstagramIcon from '@mui/icons-material/Instagram' ;
88import TwitterIcon from '@mui/icons-material/Twitter' ;
9- import "./footer.css" ;
109
1110const Footer = ( ) =>
1211{
Original file line number Diff line number Diff line change 4545 color : # C8AFAB ;
4646 transition : ease-in 0.1s ;
4747}
48- <<<<<<< HEAD
4948
5049.dropbtn {
5150 color : black;
108107 box-shadow : inset 100px 0 0 0 # E4D6D4 ;
109108 color : black;
110109}
111- = = = = = = =
112- > > > > > > > parent of d38be9d (fixing merge conflicts)
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2+ import { useState } from 'react' ;
23import { Box } from '@mui/system' ;
34import LoginIcon from '@mui/icons-material/Login' ;
45
56import "./header.css" ;
67
78
89export const Header = ( ) => {
9- < << << << HEAD
1010 const [ anchorEl , setAnchorEl ] = useState ( null ) ;
1111
1212 const handleClick = ( event ) => {
@@ -18,8 +18,6 @@ export const Header = () => {
1818 } ;
1919
2020
21- = === ===
22- >>> >>> > parent of d38be9d ( fixing merge conflicts )
2321 return (
2422 < Box className = "bar" >
2523 { /* left */ }
@@ -28,7 +26,6 @@ export const Header = () => {
2826 < img src = { process . env . PUBLIC_URL + 'thrifty_logos/NEW_Thrifty_Mini_Logo.png' } className = "header-logo the-logo" title = 'Home_page' alt = "" />
2927 </ a >
3028 < Box className = 'header-text' >
31- < << << << HEAD
3229 < a className = 'header_link' href = '/about' > About</ a >
3330 < a className = "dropdown" >
3431 < button className = "dropbtn" > Categories</ button >
@@ -39,10 +36,6 @@ export const Header = () => {
3936 < a href = "#" > Miscellaneous</ a >
4037 </ div >
4138 </ a >
42- =======
43- < a className = 'header_link' href = '/about' > About ▾</ a >
44- < a className = 'header_link' href = '' > Categories ▾</ a >
45- >>> >>> > parent of d38be9d ( fixing merge conflicts )
4639 < a className = 'header_link' href = 'https://github.com/rpi-thrifty' > Github</ a >
4740 < a className = 'header_link' href = 'https://discord.gg/PFqRbcPq' > Discord</ a >
4841 </ Box >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const ItemPage = () => {
7171 return (
7272 < Box className = 'everything' >
7373
74- < Box > < SIDEBAR handleShift = { handleShift } /> </ Box >
74+ { /* <Box> <SIDEBAR handleShift = {handleShift}/> </Box> */ }
7575
7676 < Box className = "main_div" sx = { { marginLeft : leftMargin , width : mainWidth } } >
7777 < Header />
You can’t perform that action at this time.
0 commit comments