From 8b68ac904228b060f703dbf79776a7129fbfe87f Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 30 Mar 2023 13:43:35 +0200 Subject: [PATCH] Fix-links (#45) * update link to meet source code * on leave go back to home page * just leave page, don't access camera again * add links more links and styles * remove , * change a tag rel attr from noreferrer to noopner --- pages/index.tsx | 17 ++++++++++------- pages/rooms/[name].tsx | 4 +++- styles/globals.css | 10 ++++++++-- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 793c0f1..3e82e32 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -116,7 +116,14 @@ const Home: NextPage = () => {
LiveKit Meet

- Open source video conferencing app built on LiveKit Components, LiveKit Cloud, + Open source video conferencing app built on{' '} + + LiveKit Components + + ,{' '} + + LiveKit Cloud + {' '} and Next.js.

@@ -127,15 +134,11 @@ const Home: NextPage = () => {