Chore: regenerate docs, lint

This commit is contained in:
Pieter Vander Vennet 2023-12-30 15:24:30 +01:00
parent 7b41b617f6
commit bad0edd4b0
201 changed files with 6044 additions and 1750 deletions

View file

@ -45,9 +45,7 @@
() => {
displayLocation()
},
[
Translations.t.hotkeyDocumentation.shakePhone
]
[Translations.t.hotkeyDocumentation.shakePhone]
)
Motion.singleton.startListening()
@ -56,9 +54,9 @@
{#if currentLocation}
<div
aria-live="assertive"
class="normal-background border-interactive rounded-full px-2 flex flex-col items-center"
class="normal-background border-interactive flex flex-col items-center rounded-full px-2"
>
{currentLocation}.
<MapCenterDetails {state}/>
<MapCenterDetails {state} />
</div>
{/if}