nodebb-theme-harmony 2.2.25 → 2.2.26
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
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<div class="d-flex flex-column flex-md-row justify-content-md-between pb-4 mb-4 mt-2 border-bottom">
|
|
17
17
|
<div class="d-flex flex-column mt-1">
|
|
18
18
|
<div class="d-flex align-items-center gap-2">
|
|
19
|
-
<h3 class="mb-0">{group.displayName}</h3>
|
|
19
|
+
<h3 class="mb-0 text-capitalize">{group.displayName}</h3>
|
|
20
20
|
</div>
|
|
21
21
|
<div class="d-flex gap-2">
|
|
22
22
|
{group.descriptionParsed}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<a href="{config.relative_path}/groups/{./slug}" class="d-block h-100 text-reset text-decoration-none">
|
|
6
6
|
<div class="card-body d-flex flex-column gap-1 border border-top-0 rounded-bottom h-100">
|
|
7
7
|
<div class="d-flex">
|
|
8
|
-
<div class="flex-grow-1 fs-6 fw-semibold">{./displayName}</div>
|
|
8
|
+
<div class="flex-grow-1 fs-6 fw-semibold text-capitalize">{./displayName}</div>
|
|
9
9
|
<div class="flex-shrink-0 text-sm"><i class="text-muted fa-solid fa-user"></i> {formattedNumber(./memberCount)}</div>
|
|
10
10
|
</div>
|
|
11
11
|
<div class="text-sm">{./description}</div>
|