From 7c5bc3ca9d2eb41e3562927616c2d5ce3cc7bc57 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Wed, 11 Dec 2024 13:24:27 -0600 Subject: [PATCH] Add IDs to settings sections --- src/app/pages/settings/index.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/pages/settings/index.js b/src/app/pages/settings/index.js index 8d0f24d85..f7d95ca70 100644 --- a/src/app/pages/settings/index.js +++ b/src/app/pages/settings/index.js @@ -18,6 +18,7 @@ const Settings = () => { 'This is where you can manage common settings for your website.', 'wp-plugin-bluehost' ) } + id={ 'settings-header' } className={ 'wppbh-app-settings-header' } /> @@ -35,6 +36,7 @@ const Settings = () => { @@ -42,6 +44,7 @@ const Settings = () => { { - +