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 06426a2 commit f83b9c6Copy full SHA for f83b9c6
src/pages/index.astro
@@ -173,7 +173,7 @@ const bentogrid: BentoGridProps = {
173
<div class="flex flex-col justify-center md:flex-row gap-5 w-full">
174
{
175
header.actions.map((action) => (
176
- <Button client:only>
+ <Button client:only asChild>
177
<a
178
href={action.href}
179
class="flex items-center gap-2 cursor-pointer"
0 commit comments