Skip to content

Commit

Permalink
=fix: remove duplicate text in help preview
Browse files Browse the repository at this point in the history
also makes the about page a bit more structured
  • Loading branch information
Sebastian Di Luzio committed Apr 9, 2024
1 parent 550422f commit 949ea89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/help/HelpPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const vAutoFocus = (el: HTMLElement) => el.focus()
<NuxtLink hover:text-primary href="https://github.com/sponsors/elk-zone" target="_blank">
{{ $t('help.desc_para3') }}
</NuxtLink>
<p flex="~ gap-2 wrap justify-center" mxa>
{{ $t('help.desc_para3') }}
</p>
<p flex="~ gap-2 wrap" mxa>
<template v-for="team of crabTeamMembers" :key="team.github">
<NuxtLink :href="`https://github.com/sponsors/${team.github}`" target="_blank" external rounded-full transition duration-300 border="~ transparent" hover="scale-105 border-primary">
Expand Down
2 changes: 2 additions & 0 deletions pages/settings/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ function handleShowCommit() {
</template>
</SettingsItem>

<div h-1px bg-border my2 />

<p px5 py3 font-bold text-lg>
Meet the Elk team
</p>
Expand Down

0 comments on commit 949ea89

Please sign in to comment.