feat: sponsors in about page and nav footer

This commit is contained in:
Anthony Fu 2023-01-11 23:24:00 +01:00
parent 2b3b5fe4cb
commit e34bfee4a5
7 changed files with 86 additions and 7 deletions

View file

@ -26,6 +26,16 @@ function toggleDark() {
@click="userSettings.zenMode = !userSettings.zenMode"
/>
</CommonTooltip>
<CommonTooltip :content="$t('settings.about.sponsor_action')">
<NuxtLink
flex
text-lg
i-ri-heart-3-line hover="i-ri-heart-3-fill text-rose"
:aria-label="$t('settings.about.sponsor_action')"
href="https://github.com/sponsors/elk-zone"
target="_blank"
/>
</CommonTooltip>
</div>
<div>
<i18n-t v-if="isHydrated" keypath="nav.built_at">

View file

@ -62,7 +62,7 @@ useCommand({
/>
</slot>
</div>
<div space-y-1>
<div flex="~ col gap-0.5">
<p>
<slot>
<span>{{ text }}</span>

File diff suppressed because one or more lines are too long