Przeglądaj źródła

Fixed Seguridad y apoyo page routing bug

eliam.ruiz 1 rok temu
rodzic
commit
d8e9075441
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/App.tsx

+ 1
- 1
src/App.tsx Wyświetl plik

@@ -103,7 +103,7 @@ const App: React.FC = () => (
103 103
             <TalleresPage />
104 104
           </Route>
105 105
 
106
-          <Route path="/services/apoyos">
106
+          <Route path="/services/apoyo">
107 107
             <ApoyoPage />
108 108
           </Route>
109 109