Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Nov 14, 2023
1 parent e259195 commit 1d23b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/ShareButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const ShareButton = ({
copied
? "button bg-gray-400 text-white"
: type === "light"
? "button-light"
: "button-dark"
? "button-light"
: "button-dark"
} ${className}`}
>
{copied ? "Copied to clipboard" : "Share these results"}
Expand Down

0 comments on commit 1d23b5d

Please sign in to comment.