We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de6f0d commit 48c8c09Copy full SHA for 48c8c09
website/src/pages/integrations/index.astro
@@ -89,12 +89,12 @@ const databases = await getCollection("databases");
89
remotePlugins.map((plugin) => (
90
<a
91
href={`/integrations/${slugify(plugin.name)}`}
92
- class="flex flex-col p-4 rounded-lg bg-white/10 border border-[#655cc339]"
+ class="block flex-col p-4 rounded-lg bg-white/10 border border-[#655cc339]"
93
>
94
<img
95
src={plugin.icon}
96
alt={plugin.display_name}
97
- class="w-10 h-10"
+ class="max-h-10"
98
/>
99
<h2 class="text-lg mt-3">{plugin.display_name}</h2>
100
<p class="break-words text-sm text-white/60">
0 commit comments