Skip to content

Commit

Permalink
fix bad char
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 6, 2023
1 parent 2ed4295 commit cfc8ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/pages/pages.stache
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<p class="text-center modal-button">
<a tabindex="0"
on:click="../../../desktop/steps/fireLearnMoreModal()"
on:keydown="keydownFireClickHandler(scope.event, ../../../desktop/steps/fireLearnMoreModal)
on:keydown="keydownFireClickHandler(scope.event, ../../../desktop/steps/fireLearnMoreModal)"
class="learn-more"
aria-label="{{{ parseText(currentPage.learn) }}}">{{{ parseText(currentPage.learn) }}}

Expand Down

0 comments on commit cfc8ffe

Please sign in to comment.