nodebb-theme-harmony 2.0.0-pre.18 → 2.0.0-pre.19

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-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.0.0-pre.18",
3
+ "version": "2.0.0-pre.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "nodebb-theme-harmony",
9
- "version": "2.0.0-pre.18",
9
+ "version": "2.0.0-pre.19",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fontsource/inter": "5.0.15",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.0.0-pre.18",
3
+ "version": "2.0.0-pre.19",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -12,11 +12,19 @@
12
12
  <h1 class="tracking-tight fs-2 fw-semibold mb-0 text-center">{./name}</h1>
13
13
  </div>
14
14
  {{{ if ./descriptionParsed }}}
15
- <div class="description text-secondary text-sm w-100 {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
15
+ <p class="description text-secondary text-sm w-100 {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
16
16
  {./descriptionParsed}
17
- </div>
18
- <a class="text-sm" href="{config.relative_path}/popular?term=daily&cid=-1">[[activitypub:world.popular]]</a>
17
+ </p>
19
18
  {{{ end }}}
19
+
20
+ <p class="description text-secondary text-sm w-100 {{{ if config.theme.centerHeaderElements }}}text-center{{{ end }}}">
21
+ <a class="btn btn-sm btn-link" href="{config.relative_path}/popular?term=daily&cid=-1">[[activitypub:world.popular]]</a>
22
+ <a class="btn btn-sm btn-link" href="{config.relative_path}/recent?cid=-1">[[activitypub:world.recent]]</a>
23
+ <button class="btn btn-sm btn-link" id="world-help">
24
+ <i class="fa fa-question"></i>
25
+ [[activitypub:world.help]]
26
+ </button>
27
+ </p>
20
28
  </div>
21
29
 
22
30
  <div class="row">