chore: formatting

This commit is contained in:
ThatOneCalculator 2023-05-05 18:37:13 -07:00
parent 0694547f46
commit 52ab21e737
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 8 additions and 11 deletions

View file

@ -67,7 +67,7 @@
<template #suffix>Codeberg</template> <template #suffix>Codeberg</template>
</FormLink> </FormLink>
<FormLink <FormLink
to="https://liberapay.com/ThatOneCalculator" to="https://opencollective.com/calckey"
external external
> >
<template #icon <template #icon
@ -132,9 +132,12 @@
<span <span
v-for="patron in patrons" v-for="patron in patrons"
:key="patron" :key="patron"
style="margin-bottom: 0.5rem" style="
margin-bottom: 0.5rem;
margin-right: 0.5rem;
"
> >
<Mfm :text="`${patron}` " /> <Mfm :text="`${patron}`" />
</span> </span>
</MkSparkle> </MkSparkle>
<template #caption>{{ <template #caption>{{

View file

@ -77,13 +77,7 @@ type OuterMenuItem =
| MenuButton | MenuButton
| MenuParent; | MenuParent;
type OuterPromiseMenuItem = Promise< type OuterPromiseMenuItem = Promise<
| MenuLabel MenuLabel | MenuLink | MenuA | MenuUser | MenuSwitch | MenuButton | MenuParent
| MenuLink
| MenuA
| MenuUser
| MenuSwitch
| MenuButton
| MenuParent
>; >;
export type MenuItem = OuterMenuItem | OuterPromiseMenuItem; export type MenuItem = OuterMenuItem | OuterPromiseMenuItem;
export type InnerMenuItem = export type InnerMenuItem =

View file

@ -36,6 +36,6 @@
"@MariaTheMartian@calckey.social", "@MariaTheMartian@calckey.social",
"@nisemikol@calckey.social", "@nisemikol@calckey.social",
"@smallpatatas@calckey.patatas.ca", "@smallpatatas@calckey.patatas.ca",
"Interkosmos Link" "\nInterkosmos Link"
] ]
} }