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 5d74d2b commit a4c2622Copy full SHA for a4c2622
src/client/App.tsx
@@ -22,7 +22,7 @@ import {
22
useState,
23
} from "react";
24
import { useTheme } from "@/client/contexts/theme";
25
-import { MoonIcon, SunIcon, SunMoonIcon } from "lucide-react";
+import { MoonIcon, ShareIcon, SunIcon, SunMoonIcon } from "lucide-react";
26
import { Button } from "@/client/components/Button";
27
import {
28
Tooltip,
@@ -220,6 +220,7 @@ const ShareButton: FC = () => {
220
<Tooltip open={isCopied}>
221
<TooltipTrigger asChild={true}>
222
<Button size="sm" onClick={onShare}>
223
+ <ShareIcon />
224
Share
225
</Button>
226
</TooltipTrigger>
0 commit comments