release: WRNexusJS 0.5.14

This commit is contained in:
2026-07-30 21:29:25 +05:30
parent 9dffe83f32
commit 358a520bc5
123 changed files with 11646 additions and 461 deletions
+14 -12
View File
@@ -257,6 +257,20 @@ component Footer {
</slot>
</div>
{#if copyright}
<div
class="wire-footer__bottom"
>
<div></div>
<p
class="wire-footer__copyright"
>
{copyright}
</p>
<div></div>
</div>
{/if}
<div
class="wire-footer__copyright-right"
>
@@ -266,18 +280,6 @@ component Footer {
</slot>
</div>
</div>
{#if copyright}
<div
class="wire-footer__bottom"
>
<div></div>
<p class="wire-footer__copyright">
{copyright}
</p>
<div></div>
</div>
{/if}
</footer>
}
}