chore: update version display to 0.0.22
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
27e1a672db
commit
e5c75a68fa
|
|
@ -251,7 +251,7 @@ export default function App() {
|
|||
<footer className="sw-footer">
|
||||
<div className="sw-footer-inner">
|
||||
<div className="sw-footer-brand">SOCIOWIRE</div>
|
||||
<div className="sw-footer-brand">© Sociowire v0.0.21</div>
|
||||
<div className="sw-footer-brand">© Sociowire v0.0.22</div>
|
||||
<div id="sw-weather-debug" style={{color: '#0ea5e9', fontSize: '10px'}}></div>
|
||||
<nav className="sw-footer-nav" aria-label="Site">
|
||||
<a href="/">{t('nav.home')}</a>
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ function applyPostDetails(modalWrap, post) {
|
|||
const indicatorHtml = heroHasGallery
|
||||
? `<div class="sw-modal-gallery-indicator" aria-live="polite"><span class="sw-modal-gallery-current">1</span><span class="sw-modal-gallery-separator">/</span><span class="sw-modal-gallery-total">${heroGallery.length}</span></div>`
|
||||
: "";
|
||||
// DEBUG v0.0.21 - send debug to server
|
||||
// DEBUG v0.0.22 - send debug to server
|
||||
try {
|
||||
fetch('/api/debug-log', {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in New Issue