release: WRNexusJS 0.5.14
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/ui",
|
||||
"version": "0.5.13",
|
||||
"version": "0.5.14",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user