From 71ea21b4e978b46fd61c169758acb04a9dee21f5 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Thu, 20 Apr 2023 23:42:58 -0400 Subject: [PATCH] chore(version): display cryostat version --- src/app/About/AboutCryostatModal.tsx | 2 +- src/app/Joyride/CryostatJoyride.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/About/AboutCryostatModal.tsx b/src/app/About/AboutCryostatModal.tsx index 84d95d9254..046f07cb95 100644 --- a/src/app/About/AboutCryostatModal.tsx +++ b/src/app/About/AboutCryostatModal.tsx @@ -49,7 +49,7 @@ export const AboutCryostatModal = ({ isOpen, onClose }) => { return ( = (props) => { width={300} />

- Welcome to Cryostat! + Welcome to Cryostat {build.version}!

),