refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -13,9 +13,9 @@ component PublicLayout {
|
||||
<a href="/about">{t:nav.about}</a>
|
||||
<a href="/navigation">{t:nav.navigation}</a>
|
||||
<a href="/layout">{t:nav.layout}</a>
|
||||
<button type="button" data-wire-theme-toggle aria-label="Toggle color theme">Theme</button>
|
||||
<button class="wire-btn wire-btn--ghost wire-btn--sm" data-wire-lang-set="en">EN</button>
|
||||
<button class="wire-btn wire-btn--ghost wire-btn--sm" data-wire-lang-set="es">ES</button>
|
||||
<button type="button" data-wrn-theme-toggle aria-label="Toggle color theme">Theme</button>
|
||||
<button class="wrn-btn wrn-btn--ghost wrn-btn--sm" data-wrn-lang-set="en">EN</button>
|
||||
<button class="wrn-btn wrn-btn--ghost wrn-btn--sm" data-wrn-lang-set="es">ES</button>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -23,7 +23,7 @@ component PublicLayout {
|
||||
<slot></slot>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">Built with WrNexus · Wire UI + theming</footer>
|
||||
<footer class="site-footer">Built with WrNexus · WrNexus UI + theming</footer>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user