From 61441bdd63343b6f7f749f202d29b937e94283c1 Mon Sep 17 00:00:00 2001
From: Valentin Kozlov <valentin.kozlov@kit.edu>
Date: Wed, 24 Jan 2024 18:05:00 +0100
Subject: [PATCH] chore: Update text in the index.tsx

---
 frontend/pages/index.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frontend/pages/index.tsx b/frontend/pages/index.tsx
index 03836ed..d3d5827 100644
--- a/frontend/pages/index.tsx
+++ b/frontend/pages/index.tsx
@@ -59,7 +59,9 @@ const Templates: NextPage = () => {
 
     return (
         <Layout>
-            <h1 className="h5">Templates</h1>
+            <h1 className="h5">Templates Hub</h1>
+            <p style={{ color: '#878787' }}>Create Software Projects easily from the templates below.{' '}
+            You are also welcome to <a href="https://github.com/m-team-kit/templates-hub">contribute</a> with more templates</p><br />
 
             {templates.isLoading && <LoadingSpinner />}
 
-- 
GitLab