Skip to content

Commit

Permalink
#30 Configuracion para maven de los tests unitarios, de integración y…
Browse files Browse the repository at this point in the history
… coverage con jacoco
  • Loading branch information
AlvaroGlezC committed Apr 19, 2024
1 parent c450bfa commit a182530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion syg-frontend/src/modules/content/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Content() {
/>
<div id='syg-content-container'>
<Routes>
<Route path="/" element={<Home/>} />
<Route path="/" element={<Game/>} />
<Route path="/game" element={<Game />} />
<Route path="/historic" element={<Historic />} />
<Route path="/ranking" element={<Ranking />} />
Expand Down
2 changes: 1 addition & 1 deletion syg-frontend/src/translation/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"Juego": "JUEGO",
"Historico": "HISTORICO",
"Ranking": "RANKING",
"logout": "DESCONECTARSE"
"logout": "LOGOUT"
},
"game": {
"mode":{
Expand Down

0 comments on commit a182530

Please sign in to comment.