Skip to content

Commit 121da77

Browse files
Remove mention of e-mail for inactive labs (#592)
We do not want to maintain this e-mail address anymore so we should not redirect people to it. Instead, we want labs to be the new preferred first place of contacts. Co-authored-by: Sonja Fischbauer <sonjafischbauer@users.noreply.github.com>
1 parent b41235f commit 121da77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/codefor-theme/layouts/labs/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ <h1 class="headline-brackets blue flex-grow-1 m-0">{{.Title}} </h1>
1515

1616
{{ if .Params.inactive }}
1717
<div class="cfg-alert info my-4" role="alert">
18-
Dieses Lab ist aktuell nicht aktiv. Die Kontaktpersonen lassen ihr Ehrenamt gerade ruhen. Wenn du Fragen zum
19-
Netzwerk hast, dann schreib uns gern an <a href="mailto:community@codefor.de?subject=Netzwerk">community@codefor.de</a>.
18+
Dieses Lab ist aktuell nicht aktiv. Die Kontaktpersonen lassen ihr Ehrenamt gerade ruhen.
19+
Wenn du aktiv werden möchtest, wende dich am besten an ein <a href="/community#besuche-ein-lab-in-deiner-nähe">anderes aktives Lab</a>.
2020
</div>
2121
{{ end }}
2222

0 commit comments

Comments
 (0)