+
+ {children}
+
);
From f4b823e7b9dcb17a3d17272f8433f7760bcba4dd Mon Sep 17 00:00:00 2001
From: Shea Phillips
Date: Thu, 5 Oct 2023 16:22:30 -0700
Subject: [PATCH 2/3] DEVX-75 visual tweak to button placement
---
.gitignore | 3 ++-
web/src/hoc/Layout.js | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index aac0a8e81..6198b7f5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -118,4 +118,5 @@ web/registry/registry.json
# VSCode configs
.vscode/
-web/cypress/videos
\ No newline at end of file
+web/cypress/videos
+/web/how_to_private.txt
diff --git a/web/src/hoc/Layout.js b/web/src/hoc/Layout.js
index 01181e299..28db40f33 100644
--- a/web/src/hoc/Layout.js
+++ b/web/src/hoc/Layout.js
@@ -65,10 +65,9 @@ export const Layout = ({ children }) => {
{' '}
what's missing to make it useful for you.
- {/**/}
-
+
Test it out!
-
+
{children}
From 8b04246b2e734a6baf1b0b68b92515f8ad767a24 Mon Sep 17 00:00:00 2001
From: Shea Phillips
Date: Fri, 6 Oct 2023 10:19:05 -0700
Subject: [PATCH 3/3] DEVX-75 removed reference to inaccurate "creator"
---
web/src/components/UI/Link/ButtonLink.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/web/src/components/UI/Link/ButtonLink.js b/web/src/components/UI/Link/ButtonLink.js
index a6624cad5..7b9e192ee 100644
--- a/web/src/components/UI/Link/ButtonLink.js
+++ b/web/src/components/UI/Link/ButtonLink.js
@@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-Created by Patrick Simonian
*/
import React from 'react';