Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update components/invite-friends/index.tsx
Browse files
components/invite-friends/index.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { TiUserAdd } from "react-icons/ti";
|
2 |
import { Link } from "lucide-react";
|
3 |
-
import {
|
4 |
import { useCopyToClipboard } from "react-use";
|
5 |
import { toast } from "sonner";
|
6 |
|
@@ -43,15 +43,15 @@ export function InviteFriends() {
|
|
43 |
</div>
|
44 |
</div>
|
45 |
<p className="text-xl font-semibold text-neutral-950 max-w-[200px]">
|
46 |
-
|
47 |
</p>
|
48 |
<p className="text-sm text-neutral-500 mt-2 max-w-sm">
|
49 |
-
|
50 |
-
|
51 |
</p>
|
52 |
<div className="mt-4 space-x-3.5">
|
53 |
<a
|
54 |
-
href="https://
|
55 |
target="_blank"
|
56 |
rel="noopener noreferrer"
|
57 |
>
|
@@ -60,22 +60,10 @@ export function InviteFriends() {
|
|
60 |
size="sm"
|
61 |
className="!text-neutral-700"
|
62 |
>
|
63 |
-
<
|
64 |
Share on
|
65 |
</Button>
|
66 |
</a>
|
67 |
-
<Button
|
68 |
-
variant="lightGray"
|
69 |
-
size="sm"
|
70 |
-
className="!text-neutral-700"
|
71 |
-
onClick={() => {
|
72 |
-
copyToClipboard("https://enzostvs-deepsite.hf.space/");
|
73 |
-
toast.success("Invite link copied to clipboard!");
|
74 |
-
}}
|
75 |
-
>
|
76 |
-
<Link className="size-4" />
|
77 |
-
Copy Invite Link
|
78 |
-
</Button>
|
79 |
</div>
|
80 |
</main>
|
81 |
</DialogContent>
|
|
|
1 |
import { TiUserAdd } from "react-icons/ti";
|
2 |
import { Link } from "lucide-react";
|
3 |
+
import { FaLinkedin } from "react-icons/fa6";
|
4 |
import { useCopyToClipboard } from "react-use";
|
5 |
import { toast } from "sonner";
|
6 |
|
|
|
43 |
</div>
|
44 |
</div>
|
45 |
<p className="text-xl font-semibold text-neutral-950 max-w-[200px]">
|
46 |
+
This is an easter egg. Usually here lives some other functionality 😅
|
47 |
</p>
|
48 |
<p className="text-sm text-neutral-500 mt-2 max-w-sm">
|
49 |
+
If you like this demo you can use the below link to share to LinkedIn
|
50 |
+
and tell everyone how cool this is 😎
|
51 |
</p>
|
52 |
<div className="mt-4 space-x-3.5">
|
53 |
<a
|
54 |
+
href="https://www.linkedin.com/feed/?shareActive=true&text=%F0%9F%9A%80%20KPMG%20Munich%20AI-Vision%20%F0%9F%9A%80%0ADEIN%20INDIVIDUELLER%20TEXT%20HIER%0A%0Ahttps://kpmg.com/de/de/home/themen/uebersicht/kuenstliche-intelligenz.html%0A%0A%23KPMG%20%23TrustedAI%20%23Munich%20%23AISecurity"
|
55 |
target="_blank"
|
56 |
rel="noopener noreferrer"
|
57 |
>
|
|
|
60 |
size="sm"
|
61 |
className="!text-neutral-700"
|
62 |
>
|
63 |
+
<FaLinkedin className="size-4" />
|
64 |
Share on
|
65 |
</Button>
|
66 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
</div>
|
68 |
</main>
|
69 |
</DialogContent>
|