nodebb-theme-harmony 1.1.102 → 1.1.103
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
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
{{{ else }}}
|
|
34
34
|
<li component="sidebar/search" class="visible-open nav-item mx-2 search">
|
|
35
35
|
<div class="d-flex gap-2 py-1 px-2 align-items-center" title="[[themes/harmony:login-register-to-search]]">
|
|
36
|
-
<i class="fa fa-fw fa-search
|
|
37
|
-
<span class="nav-text visible-open text-xs
|
|
36
|
+
<i class="fa fa-fw fa-search"></i>
|
|
37
|
+
<span class="nav-text visible-open text-xs">[[themes/harmony:login-register-to-search]]</span>
|
|
38
38
|
</a>
|
|
39
39
|
</a>
|
|
40
40
|
{{{ end }}}
|