mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-29 16:02:51 -04:00
basic pwa setup
This commit is contained in:
@@ -76,7 +76,7 @@ export function Footer({ context }) {
|
||||
<FooterTab name="reference" />
|
||||
</div>
|
||||
{activeFooter !== '' && (
|
||||
<button onClick={() => setActiveFooter('')} className="text-white">
|
||||
<button onClick={() => setActiveFooter('')} className="text-white" aria-label="Close Panel">
|
||||
<XMarkIcon className="w-5 h-5" />
|
||||
</button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user