From 99cfb9a4edbc080ab20330e45c8b4a8e8791f5bc Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 27 Jun 2024 19:54:46 +0200
Subject: [PATCH] fix typo

---
 templates/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/login.html b/templates/login.html
index 7cc5565..9aebe62 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -15,7 +15,7 @@
     </div>
     <h3>{{ title_text }}</h3>
   </a>
-  <p class="fs-5" style="color: #023d6b;">A central JupyterHub everyone within NFDI.</p>
+  <p class="fs-5" style="color: #023d6b;">A central JupyterHub for everyone within <a target="_blank" href="https://www.nfdi.de/">NFDI</a>.</p>
   <p class="fs-5"> {{ text }} <a target="_blank" href="{{href}}">Read more.</a> </p>
 </div>
 {%- endmacro -%}
-- 
GitLab