This commit is contained in:
santiago
2025-10-22 20:10:45 +02:00
parent 4e95da7c2f
commit 73f5768ce5
4 changed files with 2 additions and 1 deletions
+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_FES102025.svg')
fetch('/organigrama_FES221025.svg')
.then((r) => r.text())
.then((text) => {
if (!mounted) return;
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB