Skip to content

Commit b6e2d73

Browse files
committed
Update share link
1 parent 3dbd2dd commit b6e2d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BottomControls/BottomControls.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ const shareSite = async () => {
3535
await navigator.share({
3636
title: "MUI Theme Builder",
3737
text: "Modern MUI theme builder",
38-
url: "https://google.com",
38+
url: "https://petertyliu.github.io/mui-theme-builder",
3939
});
4040
} catch (err: any) {
4141
if (err.name === "AbortError") return;
4242
try {
43-
await navigator.clipboard.writeText("https://google.com");
43+
await navigator.clipboard.writeText("https://petertyliu.github.io/mui-theme-builder");
4444
toast.success("Site URL copied to clipboard");
4545
} catch (error) {
4646
toast.error("Failed to share URL");

0 commit comments

Comments
 (0)