nodebb-theme-persona 13.2.39 → 13.2.40

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "13.2.39",
3
+ "version": "13.2.40",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -20,7 +20,7 @@
20
20
  {{{ end }}}
21
21
 
22
22
  <a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="d-inline-block">
23
- <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex align-items-center hide" id="new-topics-alert"></div>
23
+ <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex gap-1 align-items-center hide" id="new-topics-alert"><i class="fa fa-fw fa-rotate-right"></i>[[recent:load-new-posts]]</div>
24
24
  </a>
25
25
  </div>
26
26
  <div component="category/controls" class="d-flex gap-1 align-items-stretch">
@@ -13,7 +13,7 @@
13
13
  <a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
14
14
  {{{ end }}}
15
15
  <a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="d-inline-block">
16
- <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex align-items-center hide" id="new-topics-alert"></div>
16
+ <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex gap-1 align-items-center hide" id="new-topics-alert"><i class="fa fa-fw fa-rotate-right"></i>[[recent:load-new-posts]]</div>
17
17
  </a>
18
18
  </div>
19
19
  <div class="d-flex gap-1 align-items-stretch">
@@ -9,7 +9,7 @@
9
9
  <div class="d-flex gap-1 align-items-stretch">
10
10
  <!-- IMPORT partials/buttons/newTopic.tpl -->
11
11
  <a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="d-inline-block">
12
- <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex align-items-center hide" id="new-topics-alert"></div>
12
+ <div class="alert alert-warning h-100 m-0 px-2 py-1 d-flex gap-1 align-items-center hide" id="new-topics-alert"><i class="fa fa-fw fa-rotate-right"></i>[[recent:load-new-posts]]</div>
13
13
  </a>
14
14
  </div>
15
15