From: Raphaƫl Gertz <git@rapsys.eu>
Date: Wed, 31 Jan 2024 22:21:32 +0000 (+0100)
Subject: Remove useless id
X-Git-Tag: 0.3.0~132
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/ec9d7a28cb8354b0c3dae3b5cfcb92cdb21988d3

Remove useless id
---

diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig
index 3e820c0..a3560e0 100644
--- a/Resources/views/default/index.html.twig
+++ b/Resources/views/default/index.html.twig
@@ -1,6 +1,6 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
-	<article id="dashboard">
+	<article>
 		<header>
 			<h2>{{ description }}</h2>
 		</header>