Skip to content

Commit

Permalink
ipdated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushankumar-prog committed Aug 31, 2023
1 parent b42794f commit 992dd14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function App() {

<nav id="heading">

<Link to="course/" className='remove'><HomeIcon color='alert' size='medium' ></HomeIcon><span className="separator"></span></Link>
<Link to="/course/" className='remove'><HomeIcon color='alert' size='medium' ></HomeIcon><span className="separator"></span></Link>
<Link to="/Web_dev" className='remove'>WEB_DEV<span className="separator"></span></Link>
<Link to="/DSA" className="remove">DSA<span className="separator"></span></Link>

Expand Down Expand Up @@ -149,7 +149,7 @@ function App() {

<Box sx={{width:'100%',height:'80%',border:'3px solid red',float:'left',backgroundColor:'black',display:'none'}} id="drop-down-box" >
<ButtonGroup orientation="vertical" className="navboss" >
<Button variant='text' id="navbutton" href="course/">home</Button>
<Button variant='text' id="navbutton" href="/course/">home</Button>
<Button variant='text' id="navbutton" href="/Web_dev" disableRipple>WEBESITE DEVELOPMENT</Button>
<Button variant='text' id="navbutton" href="/DSA"disableRipple>DSA</Button>
<Button variant='text' id="navbutton"href="/Cyber_security"disableRipple>CYBER SECURITY</Button>
Expand All @@ -163,7 +163,7 @@ function App() {
<Routes>


<Route path="course/" element={<Home/>}/>
<Route path="/course/" element={<Home/>}/>
<Route path="website-template" element={<Home/>}/>


Expand All @@ -180,7 +180,7 @@ function App() {
<hr className="footer_hr"></hr>
<nav className='footer_navigation'>

<Link to="" className='foot_remove'>About_us</Link>
<Link to="/course/" className='foot_remove'>About_us</Link>
<Link to="/World_news" className='foot_remove'>Terms_and_condition</Link>
<Link to="/DSA" className="foot_remove">Privacy_policy</Link>

Expand Down

0 comments on commit 992dd14

Please sign in to comment.