File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/svg+xml " href ="/src/img/Logo .png " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/src/img/Logo2 .png " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > ApMC</ title >
8
8
</ head >
Original file line number Diff line number Diff line change @@ -5,8 +5,15 @@ 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" ;
8
9
9
10
function App ( ) {
11
+ useEffect ( ( ) => {
12
+ const favicon = document . querySelector ( 'link[rel="icon"]' ) ;
13
+ if ( favicon ) {
14
+ favicon . classList . add ( "rounded-lg" ) ;
15
+ }
16
+ } , [ ] ) ;
10
17
return (
11
18
< >
12
19
< BrowserRouter >
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ export default function App() {
12
12
return (
13
13
< Table isStriped aria-label = "Example static collection table" >
14
14
< TableHeader >
15
- < TableColumn className = "tracking-tight font-semibold from-[#FF1CF7] to-[#b249f8] text-[2.5rem ] lg:text-5xl bg-clip-text text-transparent bg-gradient-to-b" >
15
+ < TableColumn className = "tracking-tight font-semibold from-[#FF1CF7] to-[#b249f8] text-[2rem ] lg:text-5xl bg-clip-text text-transparent bg-gradient-to-b" >
16
16
Ventajas
17
17
</ TableColumn >
18
- < TableColumn className = "tracking-tight font-semibold from-[#FF1CF7] to-[#b249f8] text-[2.5rem ] lg:text-5xl bg-clip-text text-transparent bg-gradient-to-b" >
19
- Datos Numéricos
18
+ < TableColumn className = "tracking-tight font-semibold from-[#FF1CF7] to-[#b249f8] text-[2rem ] lg:text-5xl bg-clip-text text-transparent bg-gradient-to-b" >
19
+ Datos
20
20
</ TableColumn >
21
21
</ TableHeader >
22
- < TableBody className = "tracking-tight font-semibold " >
22
+ < TableBody className = "" >
23
23
< TableRow key = "1" >
24
24
< TableCell > Eficiencia</ TableCell >
25
25
< TableCell >
You can’t perform that action at this time.
0 commit comments