mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
chore: formatting
This commit is contained in:
parent
296a5befdd
commit
a406a33cea
3 changed files with 8 additions and 11 deletions
|
@ -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,7 +132,10 @@
|
||||||
<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>
|
||||||
|
|
|
@ -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 a new issue