Skip to content

Commit

Permalink
[BUG] Job page - Fix route and param for curvytron link
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-brouillet committed Feb 2, 2024
1 parent 12b12a7 commit 0a3afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/job/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<h3>On est joueurs·euses 🕹</h3>
<div class="offset-content">
<p>... et fier·e·s de nos petits projets : jetez un œil à <a href="{{ path('case_studies', { case_study: 'curvytron' }) }}">Lazerdrive / Curvytron</a></p>
<p>... et fier·e·s de nos petits projets : jetez un œil à <a href="{{ path('case_study', { caseStudy: 'curvytron' }) }}">Lazerdrive / Curvytron</a></p>
</div>

<h3>Mais surtout…</h3>
Expand Down

0 comments on commit 0a3afc5

Please sign in to comment.