From c2f3c541fd71c70d69263c12a09a29ac1308aee6 Mon Sep 17 00:00:00 2001
From: philipp <philipp@hofer.link>
Date: Mon, 20 Nov 2023 17:54:41 +0100
Subject: [PATCH] fix typo

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

diff --git a/templates/index.html.tera b/templates/index.html.tera
index 3651d77..6968066 100644
--- a/templates/index.html.tera
+++ b/templates/index.html.tera
@@ -8,7 +8,7 @@
 			{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}
 		{% endif %}
 
-		<h1 class="h1 sm:col-span-2 lg:col-span-3">Ausfahrten!</h1>
+		<h1 class="h1 sm:col-span-2 lg:col-span-3">Ausfahrten</h1>
 
 		{% include "includes/buttons" %}