nodebb-theme-harmony 1.2.82 → 1.2.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
{{{ if ./value }}}
|
|
95
95
|
<div class="stat">
|
|
96
96
|
<div class="align-items-center justify-content-center card card-header px-0 py-3 border-0 rounded-1 h-100 gap-2">
|
|
97
|
-
<span class="stat-label text-xs fw-semibold"><span>{./name}</span></span>
|
|
97
|
+
<span class="stat-label text-xs fw-semibold"><span><i class="text-muted {./icon}"></i> {./name}</span></span>
|
|
98
98
|
{{{ if (./type == "input-link") }}}
|
|
99
99
|
<a class="text-sm text-center text-break w-100 px-2 ff-secondary text-underline text-reset" href="{./value}" rel="nofollow noreferrer me">{./value}</a>
|
|
100
100
|
{{{ else }}}
|