File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,13 @@ import Home from "./pages/Home";
5
5
import Libreria from "./pages/Libreria" ;
6
6
import Ia from "./pages/Ia" ;
7
7
import Web from "./pages/Web" ;
8
- import { useEffect } from "react" ;
9
8
10
9
function App ( ) {
11
- useEffect ( ( ) => {
12
- const favicon = document . querySelector ( 'link[rel="icon"]' ) ;
13
- if ( favicon ) {
14
- favicon . classList . add ( "rounded-lg" ) ;
15
- }
16
- } , [ ] ) ;
17
10
return (
18
11
< >
19
12
< BrowserRouter >
20
13
< Routes >
21
- < Route path = "/APMC.github.io" element = { < Home > </ Home > } > </ Route >
14
+ < Route path = "/APMC.github.io/ " element = { < Home > </ Home > } > </ Route >
22
15
23
16
< Route path = "/APMC.github.io/IA" element = { < Ia /> } > </ Route >
24
17
< Route path = "/APMC.github.io/Web" element = { < Web /> } > </ Route >
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ export default function NavBar() {
165
165
</ DropdownItem >
166
166
</ DropdownMenu >
167
167
</ Dropdown >
168
- < NavbarItem isActive = { pathName === "/" } >
169
- < Link href = "/" aria-current = "page" >
168
+ < NavbarItem isActive = { pathName === "/APMC.github.io/ " } >
169
+ < Link href = "/APMC.github.io/ " aria-current = "page" >
170
170
Customers
171
171
</ Link >
172
172
</ NavbarItem >
You can’t perform that action at this time.
0 commit comments