diff --git a/views/DE/project/pagesList.pug b/views/DE/project/pagesList.pug
index 09a5215c10971038ac3fce426b52f941f426f093..cbbfca9580c33caa2ed98e3bd749b6292d77daa9 100644
--- a/views/DE/project/pagesList.pug
+++ b/views/DE/project/pagesList.pug
@@ -59,9 +59,10 @@ html(lang="de")
div(class="row")
div(class="col-9")
p(class="card-text") #{item.desc}
- div(class="col-3")
- svg(class="bi bi-chevron-right", width="32", height="32", viewBox="0 0 20 20", fill="currentColor", xmlns="http://www.w3.org/2000/svg")
- |
+ a(href=item.weburl, style="text-decoration: none;", target="_blank")
+ div(class="col-3")
+ svg(class="bi bi-chevron-right", width="32", height="32", viewBox="0 0 20 20", fill="black", xmlns="http://www.w3.org/2000/svg")
+ |
|
// jQuery