Skip to content

Commit

Permalink
fix: correct link for joining meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand committed Nov 11, 2023
1 parent 51eed4c commit 4dca1c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/app/dashboard/RoomCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ function RoomCard({ room }: { room: SelectRooms }) {
className="text-cyan-500 transition-colors hover:text-cyan-600"
onClick={() => {
void navigator.clipboard.writeText(`
Meeting Details
Join @ https://upup-spirits-projects.vercel.app//ama?r=${room.id}
Password:- ${room.password}
Meeting Details\nJoin @ https://upupapp.xyz//ama?r=${room.id}\nPassword:- ${room.password}
`);

toast.success("Copied to clipboard");
Expand Down

0 comments on commit 4dca1c8

Please sign in to comment.