Selaa lähdekoodia

Fix description of alerts with a description (#2039)

BG-Software 8 kuukautta sitten
vanhempi
commit
e91884e38c
2 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 5 0
      .changeset/light-beers-study.md
  2. 1 1
      src/pages/alerts.html

+ 5 - 0
.changeset/light-beers-study.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix description of alerts with a description

+ 1 - 1
src/pages/alerts.html

@@ -45,7 +45,7 @@ page-header: Alerts
 		<div class="card">
 			<div class="card-body">
 				<h2 class="card-title">Alert with a description</h2>
-				<p class="text-secondary">Build on any alert by adding an optional <code>.alert-dismissible</code> and close button.</p>
+				<p class="text-secondary">Add a description to the alert to provide additional information.</p>
 				{% include ui/alert.html type="success" show-description=true show-icon=true %}
 				{% include ui/alert.html type="warning" show-description=true show-icon=true %}
 				{% include ui/alert.html type="danger" show-description=true show-icon=true %}