Skip to content

Commit

Permalink
Add IDs for Supporter Cert and Android Key recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Feb 27, 2024
1 parent b05adc7 commit 93c3528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/android/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>{{ .Title }}</h1>
</div>

<section x-data="{data: {email: '', errorMessage: '', success: false, inProgress: false}}" class="container text-center pt-12 pb-24">
<h3 class="font-headline text-xl md:text-2xl leading-relaxed mb-4">{{ i18n "android_keyrecovery_title" . }}</h3>
<h3 id="keyrecovery" class="font-headline text-xl md:text-2xl leading-relaxed mb-4">{{ i18n "android_keyrecovery_title" . }}</h3>

<form x-show="!data.success" x-ref="form" class="max-w-xl mx-auto">
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">{{ i18n "android_keyrecovery_instruction" . }}</p>
Expand Down
2 changes: 1 addition & 1 deletion layouts/supporter-cert/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 :class="{'text-primary': showTab == '{{ .Params.TabHash }}'}" class="font-he
</div>

<section x-data="{data: {email: '', errorMessage: '', success: false, inProgress: false}}" class="container text-center py-12">
<h3 class="font-headline text-xl md:text-2xl leading-relaxed mb-4">{{ i18n "supporter_cert_recovery_title" . }}</h3>
<h3 id="supporter-certificate-recovery" class="font-headline text-xl md:text-2xl leading-relaxed mb-4">{{ i18n "supporter_cert_recovery_title" . }}</h3>

<form x-show="!data.success" x-ref="form" class="max-w-xl mx-auto">
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">{{ i18n "supporter_cert_recovery_instruction" . }}</p>
Expand Down

0 comments on commit 93c3528

Please sign in to comment.