Skip to content

Commit

Permalink
Merge pull request #227 from Entkenntnis/226-back-button-situation-fo…
Browse files Browse the repository at this point in the history
…r-hints-page-is-miserable

hints page links back to both
  • Loading branch information
Entkenntnis authored Nov 4, 2024
2 parents 8d0737b + 54d6fa6 commit de981e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/hints.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export function setupHints(App) {
heading: `Hinweise für "${challenge.title['de']}"`,
backButton: false,
content: `
<p><a href="/map">zurück</a></p>
<p><a href="/challenge/${id}">zurück zur Aufgabe</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/map">zurück zur Karte</a></p>
${
!hints
Expand Down

0 comments on commit de981e5

Please sign in to comment.