basic pwa setup
This commit is contained in:
parent
10580a0bec
commit
fd09dff381
16 changed files with 1678 additions and 72 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue