Nueva imagen al entrar al servicio

This commit is contained in:
santiago
2025-10-23 21:33:46 +02:00
parent dce2fa913c
commit 4f9feaace6
3 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

+1 -1
View File
@@ -46,7 +46,7 @@ export default function OrganigramaInteractivo({ onAreaSelect, className, style,
// Fetch the SVG file from the public path. The SVG is located at /organigrama_FES102025.svg (if placed in public/)
// There's a copy in src/public; to be served statically, ensure the SVG is available at '/organigrama_FES102025.svg'.
let mounted = true;
fetch('/organigrama_FES221025.svg')
fetch('/organigrama231025.svg')
.then((r) => r.text())
.then((text) => {
if (!mounted) return;
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB