Skip to content

Commit 93ccba1

Browse files
committed
Removed Teach With Us tab
1 parent dd23fb2 commit 93ccba1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Frontend/my-app/src/components/navbar/MainNavList.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const MainNavList = () => {
2121
myIdx={2}
2222
/>
2323
<MainNavListSeparator />
24-
<MainNavListItem
24+
{/* <MainNavListItem
2525
text={"Teach With Us"}
2626
href="#"
2727
myIdx={3}
28-
/>
29-
<MainNavListSeparator />
28+
/> */}
29+
{/* <MainNavListSeparator /> */}
3030
<MainNavListItem
3131
text={"Contact Us"}
3232
href="#"

Frontend/my-app/src/components/navbar/SmallScreenList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ const SmallScreenList = ({ setActiveSmallScreen }) => {
2424
}}>
2525
<SmallScreenListItem text={"Services"} href="#" myIdx={2} />
2626
</div>
27-
<div onClick={() => {
27+
{/* <div onClick={() => {
2828
setActiveSmallScreen(false)
2929
setView('guest')
3030
}}>
3131
<SmallScreenListItem text={"Teach With Us"} href="#" myIdx={3} />
32-
</div>
32+
</div> */}
3333
<div onClick={() => {
3434
setActiveSmallScreen(false)
3535
setView('guest')

0 commit comments

Comments
 (0)