File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ const vAutoFocus = (el: HTMLElement) => el.focus()
33
33
<NuxtLink hover:text-primary href =" https://github.com/sponsors/elk-zone" target =" _blank" >
34
34
{{ $t('help.desc_para3') }}
35
35
</NuxtLink >
36
- <p flex =" ~ gap-2 wrap justify-center" mxa >
37
- {{ $t('help.desc_para3') }}
38
- </p >
39
36
<p flex =" ~ gap-2 wrap" mxa >
40
37
<template v-for =" team of crabTeamMembers " :key =" team .github " >
41
38
<NuxtLink :href =" `https://github.com/sponsors/${team.github}`" target =" _blank" external rounded-full transition duration-300 border =" ~ transparent" hover =" scale-105 border-primary" >
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ function handleShowCommit() {
126
126
</template >
127
127
</SettingsItem >
128
128
129
+ <div h-1px bg-border my2 />
130
+
129
131
<p px5 py3 font-bold text-lg >
130
132
Meet the Elk team
131
133
</p >
You can’t perform that action at this time.
0 commit comments