Skip to content

Commit 800f616

Browse files
committed
frontend: style announcements
1 parent 628753c commit 800f616

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/divbase-api/src/divbase_api/templates/components/announcements.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% for announcement in announcements %}
22
<div class="alert alert-{{ announcement.level }}" role="alert">
3-
<h3 class="alert-heading">
3+
<p><strong>
44
{% if announcement.level == "danger" %}
55
<i class="bi bi-exclamation-triangle-fill me-2"></i>
66
{% elif announcement.level == "success" %}
@@ -11,7 +11,7 @@ <h3 class="alert-heading">
1111
<i class="bi bi-info-circle-fill me-2"></i>
1212
{% endif %}
1313
{{ announcement.heading }}
14-
</h3>
14+
</strong>
1515
<p>{{ announcement.message }}</p>
1616
</div>
1717
{% endfor %}

0 commit comments

Comments
 (0)