1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 05:12:28 +04:00

Update typo in card component

Change "New fedbacks" to "New feedback"
This commit is contained in:
Kevin Kwa
2018-04-03 09:24:22 +08:00
committed by GitHub
parent 534215892d
commit 9794e0e0ab
+2 -2
View File
@@ -45,7 +45,7 @@ menu: index
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
</div>
<div class="col-sm-4">
{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="28%" %}
{% include cards/digit.html color="red" title="New feedback" digit="62" width="28%" %}
</div>
<div class="col-sm-4">
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
@@ -116,4 +116,4 @@ menu: index
{% include cards/invoices.html %}
</div>
</div>
</div>
</div>