From 1f358832290a7ee213692f1a1ac8f36364d11a17 Mon Sep 17 00:00:00 2001 From: jimmy Date: Fri, 30 Jun 2023 23:16:02 +0100 Subject: [PATCH 1/2] Remove the PIN UI component --- client/src/components/LinkDisplay/index.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/client/src/components/LinkDisplay/index.js b/client/src/components/LinkDisplay/index.js index 9ada31ed..b958d481 100644 --- a/client/src/components/LinkDisplay/index.js +++ b/client/src/components/LinkDisplay/index.js @@ -26,7 +26,7 @@ const LinkDisplay = ({ content }) => {
- Anyone with the PIN or the Link can join your chat + Anyone with the Link can join your chat
{
-
- PIN (valid for 30 minutes) - -
+
Date: Fri, 30 Jun 2023 23:22:24 +0100 Subject: [PATCH 2/2] remove pin display from import --- client/src/components/LinkDisplay/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/LinkDisplay/index.js b/client/src/components/LinkDisplay/index.js index b958d481..3be8f072 100644 --- a/client/src/components/LinkDisplay/index.js +++ b/client/src/components/LinkDisplay/index.js @@ -2,7 +2,6 @@ import React, { useRef, useState, useContext } from 'react'; import { FiLink, FiCopy, FiExternalLink } from 'react-icons/fi'; import styles from './Style.module.css'; import { ThemeContext } from '../../ThemeContext.js'; -import PinDisplay from './../PinDisplay'; const LinkDisplay = ({ content }) => { const chatLink = content.absoluteLink