chore: formatting
This commit is contained in:
parent
0694547f46
commit
52ab21e737
|
@ -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>{{
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -36,6 +36,6 @@
|
|||
"@MariaTheMartian@calckey.social",
|
||||
"@nisemikol@calckey.social",
|
||||
"@smallpatatas@calckey.patatas.ca",
|
||||
"Interkosmos Link"
|
||||
"\nInterkosmos Link"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue