Browse Source

Fixed Seguridad y apoyo page routing bug

eliam.ruiz 1 year ago
parent
commit
d8e9075441
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/App.tsx

+ 1
- 1
src/App.tsx View File

@@ -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