Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Dec 4, 2024
1 parent 835a92c commit effb2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/components/AddonInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defineProps<{
</script>

<template>
<a :href="addon.link || addon.repo" class="block !decoration-none !text-unset !cursor-unset !hover:bg-gray-400/10 p-2 rounded-lg transition-all">
<a :href="addon.link || addon.repo" class="block flex flex-col !decoration-none !text-unset !cursor-unset !hover:bg-gray-400/10 p-2 rounded-lg transition-all">
<div class="flex flex-wrap">
<a :href="addon.link || addon.repo" class="font-bold text-lg !text-$vp-c-text-1 !decoration-none">
{{ addon.name }}
Expand All @@ -20,7 +20,7 @@ defineProps<{
</div>
</div>
<div
class="text-current text-xs opacity-90"
class="flex-grow text-current text-xs opacity-90"
:title="addon.description"
>
{{ addon.description }}
Expand Down

0 comments on commit effb2c8

Please sign in to comment.