Skip to content

Commit

Permalink
wip moblile learn-more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Dec 6, 2023
1 parent c9497a1 commit 2ed4295
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/mobile/pages/pages.stache
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@
</div><!-- bubble-content -->

<p class="text-center modal-button">
<a class="learn-more" aria-label="{{{ parseText(currentPage.learn) }}}">{{{ parseText(currentPage.learn) }}}</a>
<a tabindex="0"
on:click="../../../desktop/steps/fireLearnMoreModal()"
on:keydown="keydownFireClickHandler(scope.event, ../../../desktop/steps/fireLearnMoreModal)
class="learn-more"
aria-label="{{{ parseText(currentPage.learn) }}}">{{{ parseText(currentPage.learn) }}}

</a>
</p>

{{#for(button of currentPage.buttons)}}
Expand Down

0 comments on commit 2ed4295

Please sign in to comment.