diff --git a/templates/components/Alert.html.twig b/templates/components/Alert.html.twig index 6074a64..587366e 100644 --- a/templates/components/Alert.html.twig +++ b/templates/components/Alert.html.twig @@ -2,16 +2,14 @@ class="alert alert-{{ type|default('success') }}" role="alert" > -
- - -

{{ title|default('') }}

- - - - Info +
+
+ +

{{ title|default('') }}

+
+
{{ message }}