Skip to content

Commit 1bf5015

Browse files
author
Sebastian Di Luzio
committed
fix: remove duplicate text in help preview
1 parent 550422f commit 1bf5015

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/help/HelpPreview.vue

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const vAutoFocus = (el: HTMLElement) => el.focus()
3333
<NuxtLink hover:text-primary href="https://github.com/sponsors/elk-zone" target="_blank">
3434
{{ $t('help.desc_para3') }}
3535
</NuxtLink>
36-
<p flex="~ gap-2 wrap justify-center" mxa>
37-
{{ $t('help.desc_para3') }}
38-
</p>
3936
<p flex="~ gap-2 wrap" mxa>
4037
<template v-for="team of crabTeamMembers" :key="team.github">
4138
<NuxtLink :href="`https://github.com/sponsors/${team.github}`" target="_blank" external rounded-full transition duration-300 border="~ transparent" hover="scale-105 border-primary">

pages/settings/about/index.vue

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ function handleShowCommit() {
126126
</template>
127127
</SettingsItem>
128128

129+
<div h-1px bg-border my2 />
130+
129131
<p px5 py3 font-bold text-lg>
130132
Meet the Elk team
131133
</p>

0 commit comments

Comments
 (0)