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

View file

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

View file

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