]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove useless id
authorRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:21:32 +0000 (23:21 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:21:32 +0000 (23:21 +0100)
Resources/views/default/index.html.twig

index 3e820c0ec24249e488f94330cd0dfc0a443e735a..a3560e040db6edf8620fb92f08fe64c2d2f2766b 100644 (file)
@@ -1,6 +1,6 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
-       <article id="dashboard">
+       <article>
                <header>
                        <h2>{{ description }}</h2>
                </header>