From be741a1087ce2ae48ebec3695be19f9a5abea01d Mon Sep 17 00:00:00 2001 From: bolens Date: Wed, 17 Apr 2024 09:08:42 -0600 Subject: [PATCH 1/2] Fix: External links now open in a new tab --- src/pages/About.tsx | 36 ++++++++++++++++++------------------ src/pages/Home.tsx | 10 +++++----- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/pages/About.tsx b/src/pages/About.tsx index f3edcbf..babdbf2 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -123,7 +123,7 @@ const About = (): JSX.Element => { @@ -136,29 +136,29 @@ const About = (): JSX.Element => {

Web-Check is kindly sponsored - by + by Terminal Trove
The $HOME of all things in the terminal.
- + Find your next CLI / TUI tool, and get updates to your inbox

- + Terminal Trove

- Web-Check is developed and maintained by Alicia Sykes. - It's licensed under the MIT license, + Web-Check is developed and maintained by Alicia Sykes. + It's licensed under the MIT license, and is completely free to use, modify and distribute in both personal and commercial settings.
- Source code and self-hosting docs are available on GitHub. - If you've found this service useful, consider sponsoring me from $1/month, + Source code and self-hosting docs are available on GitHub. + If you've found this service useful, consider sponsoring me from $1/month, to help with the ongoing hosting and development costs.

@@ -216,19 +216,19 @@ const About = (): JSX.Element => {

Web-Check is designed to be easily self-hosted.

Option #1 - Netlify

Click the button below to deploy to Netlify

- + Deploy to Netlify Option #2 - Vercel

Click the button below to deploy to Vercel

- + Deploy with Vercel Option #3 - Docker

- A Docker container is published to DockerHub + A Docker container is published to DockerHub
Run this command, then open localhost:3000

docker run -p 3000:3000 lissy93/web-check
@@ -246,7 +246,7 @@ const About = (): JSX.Element => { Further Docs

More detailed installation and setup instructions can be found in the - GitHub repository - github.com/lissy93/web-check + GitHub repository - github.com/lissy93/web-check

Configuring @@ -258,17 +258,17 @@ const About = (): JSX.Element => { @@ -302,11 +302,11 @@ const About = (): JSX.Element => {
License - Web-Check is distributed under the MIT license, - © Alicia Sykes { new Date().getFullYear()} + Web-Check is distributed under the MIT license, + © Alicia Sykes { new Date().getFullYear()}
- For more info, see TLDR Legal → MIT + For more info, see TLDR Legal → MIT
{license}

Fair Use diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 9b66818..bf2092f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -219,19 +219,19 @@ const Home = (): JSX.Element => { Sponsored by

- + Terminal Trove - The $HOME of all things in the terminal.
Get updates on the latest CLI/TUI tools via - the + the Terminal Trove newsletter

- + Terminal Trove
@@ -246,10 +246,10 @@ const Home = (): JSX.Element => {
- + - + From 06965b0e822e5c0b6e5f345282743beecf530997 Mon Sep 17 00:00:00 2001 From: bolens Date: Wed, 17 Apr 2024 09:27:01 -0600 Subject: [PATCH 2/2] Update additional page links --- src/pages/NotFound.tsx | 2 +- src/pages/Results.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/NotFound.tsx b/src/pages/NotFound.tsx index 5a9906b..4c54645 100644 --- a/src/pages/NotFound.tsx +++ b/src/pages/NotFound.tsx @@ -57,7 +57,7 @@ const NotFound = (): JSX.Element => { - Report Issue + Report Issue
) }