Skip to content

Commit 65717b3

Browse files
author
Jiawei Wu
committed
reverting changes
1 parent 0e6ea28 commit 65717b3

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

src/components/banner/banner.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
)

src/components/footer/footer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import FacebookIcon from '@mui/icons-material/Facebook';
66
import GoogleIcon from '@mui/icons-material/Google';
77
import InstagramIcon from '@mui/icons-material/Instagram';
88
import TwitterIcon from '@mui/icons-material/Twitter';
9-
import "./footer.css";
109

1110
const Footer = () =>
1211
{

src/components/header/header.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
color: #C8AFAB;
4646
transition: ease-in 0.1s;
4747
}
48-
<<<<<<< HEAD
4948

5049
.dropbtn {
5150
color: black;
@@ -108,5 +107,3 @@
108107
box-shadow: inset 100px 0 0 0 #E4D6D4;
109108
color: black;
110109
}
111-
=======
112-
>>>>>>> parent of d38be9d (fixing merge conflicts)

src/components/header/header.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import * as React from 'react';
2+
import { useState } from 'react';
23
import { Box } from '@mui/system';
34
import LoginIcon from '@mui/icons-material/Login';
45

56
import "./header.css";
67

78

89
export 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>

src/pages/itempage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/>

0 commit comments

Comments
 (0)