Skip to content

Commit

Permalink
fix: button className in with_supabase example (vercel#70121)
Browse files Browse the repository at this point in the history
fix: vercel#69525

## What 

I fixed an issue in the with-supabase example where duplicate className
in deploy-button.tsx was causing a Tailwind CSS error.

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
s-ekai and ijjk authored Sep 16, 2024
1 parent 9e15451 commit 25c114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-supabase/components/deploy-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function DeployButton() {
>
<Button className="flex items-center gap-2" size={"sm"}>
<svg
className="h-3 h-3"
className="h-3 w-3"
viewBox="0 0 76 65"
fill="hsl(var(--background)/1)"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 25c114e

Please sign in to comment.