chore: formatting
This commit is contained in:
parent
0694547f46
commit
52ab21e737
|
@ -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>{{
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue