Skip to content

Commit 6c56343

Browse files
committed
Merge branch 'develop'
2 parents f101176 + 1c6bb68 commit 6c56343

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

i18n/de.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,8 @@
303303
translation: "Community beitreten"
304304

305305
# Home
306-
- id: home_header_kicker_1
306+
- id: home_header_kicker
307307
translation: "3.000.000+ Downloads"
308-
- id: home_header_kicker_2
309-
translation: "150.000+ Nutzer"
310308
- id: home_header_title
311309
translation: "Cloud verschlüsseln, Privatsphäre schützen"
312310
- id: home_header_description

i18n/en.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,8 @@
303303
translation: "Join Community"
304304

305305
# Home
306-
- id: home_header_kicker_1
306+
- id: home_header_kicker
307307
translation: "3,000,000+ Downloads"
308-
- id: home_header_kicker_2
309-
translation: "150,000+ Users"
310308
- id: home_header_title
311309
translation: "Encrypt your cloud, protect your privacy"
312310
- id: home_header_description

layouts/index.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@
1717
<img data-src="/img/home/woman-cloud.png" class="lazyload aspect-714/622 w-full object-scale-down mx-auto lg:w-3/4 animate-hover" alt="{{ i18n "home_header_woman_cloud_alt" . }}"/>
1818
</div>
1919
<div class="w-full md:w-2/3 lg:w-3/5">
20-
<div class="flex gap-2 mb-4">
21-
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
22-
<i class="fas fa-cloud-download"></i>
23-
{{ i18n "home_header_kicker_1" }}
24-
</div>
25-
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
26-
<i class="fas fa-users"></i>
27-
{{ i18n "home_header_kicker_2" }}
28-
</div>
20+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
21+
<i class="fas fa-cloud-download"></i>
22+
{{ i18n "home_header_kicker" }}
2923
</div>
3024
<h1 class="font-h1 mb-6">{{ i18n "home_header_title" . | safeHTML }}</h1>
3125
<p class="text-lg md:text-xl leading-relaxed text-gray-300 mb-6">{{ i18n "home_header_description" . | safeHTML }}</p>

0 commit comments

Comments
 (0)