Skip to content

Commit 91c1586

Browse files
authored
Merge pull request #35 from Materials-Data-Science-and-Informatics/dev
Fix - decapitalize links
2 parents 6c5c35e + 1909a54 commit 91c1586

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "survey-dashboard"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
55
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
66
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},

survey_dashboard/hmc_layout/en_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
<ul class="flex">
967967
<li class="ml-2">
968968
<a
969-
class="text-blue-dark text-sm uppercase survey-link"
969+
class="text-blue-dark text-sm survey-link"
970970
style="color: #002864;"
971971
href="https://2021.dashboard.survey.helmholtz-metadaten.de"
972972
data-survey="2021"
@@ -983,7 +983,7 @@
983983
<ul class="flex">
984984
<li class="ml-2">
985985
<a
986-
class="text-blue-dark text-sm uppercase survey-link"
986+
class="text-blue-dark text-sm survey-link"
987987
style="color: #002864;"
988988
href="https://2024.dashboard.survey.helmholtz-metadaten.de"
989989
data-survey="2024"

0 commit comments

Comments
 (0)