Skip to content

Commit

Permalink
Update Nav9.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sufi0900 authored Aug 16, 2023
1 parent be67396 commit eb3794d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/Componenet/Nav9.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,12 @@ export default function HideAppBar(props: Props) {
/>
<Tab
value="four"
label="Home2"
label="Home2nd"
onClick={() => {
homeb();
}}
/>
<Tab
value="five"
label="Home3"
onClick={() => {
window.location.href = "/Sufian-Website";
}}
/>


<BasicPopover />
</Tabs>
Expand Down

0 comments on commit eb3794d

Please sign in to comment.