Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 5d34be1

Browse files
committed
style(scripts): Removed arrow from button
1 parent 7578673 commit 5d34be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/templates/connect_another_device.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<form novalidate>
2525
<div class="button-row">
26-
<a data-flow-event="link.signin" id="signin" class="button primary-button" href="{{{ escapedSignInUrl }}}">{{#unsafeTranslate}}Sign in &rarr;{{/unsafeTranslate}}</a>
26+
<a data-flow-event="link.signin" id="signin" class="button primary-button" href="{{{ escapedSignInUrl }}}">{{#t}}Sign in{{/t}}</a>
2727
</div>
2828
</form>
2929
{{/canSignIn}}

0 commit comments

Comments
 (0)