From c912f1664085b6e8cd9338b7ab49b5cf4e2c1601 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Wed, 13 Sep 2023 22:11:50 +0100 Subject: [PATCH] [skip ci] stuff --- client/src/pages/home/index.jsx | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index e3cee33..253f497 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -228,7 +228,7 @@ const HomePage = () => { {coStatus && coStatus.LetsEncryptErrors && coStatus.LetsEncryptErrors.length > 0 && ( - There are errors with your Let's Encrypt configuration or one of your routes, please fix them as soon as possible.: + There are errors with your Let's Encrypt configuration or one of your routes, please fix them as soon as possible: {coStatus.LetsEncryptErrors.map((err) => { return
- {err}
})} diff --git a/readme.md b/readme.md index 7f1d879..8d00e7d 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ null Clayton Stone null +Adrian Germeck

---