Skip to content

Commit a837d91

Browse files
committed
Fix icon visibility on solution card hover and hide case studies sections
1 parent df4e1fb commit a837d91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/solutions/education.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
- "DSGVO- & hochschulkonforme Speicherung sensibler Daten"
8484

8585
# Case Studies Section
86-
case_studies_show: true
86+
case_studies_show: false
8787
case_studies_title: "Erfolgsgeschichten"
8888
case_studies_subtitle: "So setzen Einrichtungen in Bildung & Forschung weltweit auf Cryptomator Hub"
8989
case_studies:

content/solutions/education.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- "Compliant with GDPR and education regulations"
8787

8888
# Case Studies
89-
case_studies_show: true
89+
case_studies_show: false
9090
case_studies_title: "Success Stories"
9191
case_studies_subtitle: "See how education and research institutions around the world rely on Cryptomator Hub"
9292
case_studies:

content/solutions/ngos.de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- "Klare Trennung von Einsatz-, Verwaltungs- und Berichtsdaten"
8787

8888
# Case Studies Section
89-
case_studies_show: true
89+
case_studies_show: false
9090
case_studies_title: "Erfolgsgeschichten von NGOs"
9191
case_studies_subtitle: "So stärken NGOs weltweit ihre Datensicherheit mit Cryptomator Hub"
9292
case_studies:

content/solutions/ngos.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- "Separate vaults for operations, reports, and beneficiary data"
8787

8888
# Case Studies Section
89-
case_studies_show: true
89+
case_studies_show: false
9090
case_studies_title: "Success Stories from NGOs"
9191
case_studies_subtitle: "How NGOs around the world strengthen their data protection with Cryptomator Hub"
9292
case_studies:

layouts/solutions/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
2424
{{ else }}
2525
<a href="{{ .RelPermalink }}" class="block h-full group">
2626
<div class="w-full h-full bg-primary-l2 flex items-center justify-center group-hover:bg-primary/90 transition-colors duration-300">
27-
<i class="{{ $iconClass }} text-primary text-5xl opacity-80"></i>
27+
<i class="{{ $iconClass }} text-primary group-hover:text-white text-5xl opacity-80 transition-colors duration-300"></i>
2828
</div>
2929
</a>
3030
{{ end }}

0 commit comments

Comments
 (0)