From 7f7822c05004507de87d6ab955fc069611952d15 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Mon, 12 Aug 2024 16:09:49 -0700 Subject: [PATCH] chore(pf5): use new background image for About modal Signed-off-by: Thuan Vo --- src/app/About/AboutCryostatModal.tsx | 2 +- src/app/assets/cryostat_icon_bg.svg | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/app/assets/cryostat_icon_bg.svg diff --git a/src/app/About/AboutCryostatModal.tsx b/src/app/About/AboutCryostatModal.tsx index e7356080b..7df28ccf4 100644 --- a/src/app/About/AboutCryostatModal.tsx +++ b/src/app/About/AboutCryostatModal.tsx @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import bkgImg from '@app/assets/about_background.png'; +import bkgImg from '@app/assets/cryostat_icon_bg.svg'; import cryostatLogo from '@app/assets/cryostat_icon_rgb_reverse.svg'; import build from '@app/build.json'; import { portalRoot } from '@app/utils/utils'; diff --git a/src/app/assets/cryostat_icon_bg.svg b/src/app/assets/cryostat_icon_bg.svg new file mode 100644 index 000000000..1245671ed --- /dev/null +++ b/src/app/assets/cryostat_icon_bg.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file