From e2d83b627aca154e5d23df0823e9df1780e78a37 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 8 Jun 2024 15:21:10 +0100 Subject: [PATCH] ref: Improves few of the older React components --- src/web-check-live/components/Results/TechStack.tsx | 2 +- src/web-check-live/components/Results/TlsCipherSuites.tsx | 2 +- src/web-check-live/components/misc/Footer.tsx | 2 +- src/web-check-live/views/Home.tsx | 4 ++-- src/web-check-live/views/Results.tsx | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/web-check-live/components/Results/TechStack.tsx b/src/web-check-live/components/Results/TechStack.tsx index a49eed6..198e661 100644 --- a/src/web-check-live/components/Results/TechStack.tsx +++ b/src/web-check-live/components/Results/TechStack.tsx @@ -85,7 +85,7 @@ const TechStackCard = (props: {data: any, title: string, actionButtons: any }): {technologies.map((tech: any, index: number) => { return ( - +
{tech.name} diff --git a/src/web-check-live/components/Results/TlsCipherSuites.tsx b/src/web-check-live/components/Results/TlsCipherSuites.tsx index 2f7de22..136fb2f 100644 --- a/src/web-check-live/components/Results/TlsCipherSuites.tsx +++ b/src/web-check-live/components/Results/TlsCipherSuites.tsx @@ -52,7 +52,7 @@ const TlsCard = (props: {data: any, title: string, actionButtons: any }): JSX.El { cipherSuites.length && cipherSuites.map((cipherSuite: any, index: number) => { return ( - + ); })} { !cipherSuites.length && ( diff --git a/src/web-check-live/components/misc/Footer.tsx b/src/web-check-live/components/misc/Footer.tsx index 295af60..22acecb 100644 --- a/src/web-check-live/components/misc/Footer.tsx +++ b/src/web-check-live/components/misc/Footer.tsx @@ -51,7 +51,7 @@ const Footer = (props: { isFixed?: boolean }): JSX.Element => { View source at github.com/lissy93/web-check - Web-Check is + Web-Check is licensed under MIT - © Alicia Sykes 2023 diff --git a/src/web-check-live/views/Home.tsx b/src/web-check-live/views/Home.tsx index ce22f5a..7389821 100644 --- a/src/web-check-live/views/Home.tsx +++ b/src/web-check-live/views/Home.tsx @@ -278,7 +278,7 @@ const Home = (): JSX.Element => { Supported Checks
    {docs.map((doc, index) => (
  • {doc.title}
  • ))} -
  • + more!
  • +
  • + more!
@@ -288,7 +288,7 @@ const Home = (): JSX.Element => { - +
diff --git a/src/web-check-live/views/Results.tsx b/src/web-check-live/views/Results.tsx index d714f39..5ca6197 100644 --- a/src/web-check-live/views/Results.tsx +++ b/src/web-check-live/views/Results.tsx @@ -906,8 +906,8 @@ const Results = (props: { address?: string } ): JSX.Element => {
setShowFilters(true)}>Show Filters Export Data - Learn about the Results - More tools + Learn about the Results + More tools View GitHub
) }