diff --git a/public/audio/xx-tristante.wav b/public/audio/xx-tristante.wav new file mode 100644 index 0000000..73edfc4 Binary files /dev/null and b/public/audio/xx-tristante.wav differ diff --git a/src/App.js b/src/App.js index 60f0377..51b3ad9 100644 --- a/src/App.js +++ b/src/App.js @@ -41,7 +41,8 @@ function App() { "Julio Caro Baroja (Aqualon)" ], "Línea 131": ["Puente de Vallecas"], - "Línea T32": ["Profesor Raúl Vázquez"] + "Línea T32": ["Profesor Raúl Vázquez"], + "xx": ["tristante"] }; const handleLineaChange = (event) => { setLineaSeleccionada(event.target.value);