Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 18, 2024
1 parent 4e4d3a1 commit 0e0fbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/TeamMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{
<div mb-1 mt-2 text-xl>
{{ data.name }}
</div>
<div h-20 lg:h-28 xl:h-20 op60 v-html="data.description" />
<div h-20 lg:h-28 xl:h-20 op60 v-html="data.description" />
<div flex="~ inline gap-2" py2 text-2xl>
<a
class="i-carbon-logo-github mya inline-block text-current op30 transition duration-200 hover:op100"
Expand Down

0 comments on commit 0e0fbb7

Please sign in to comment.