Skip to content

Commit

Permalink
chore(version): display cryostat version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Apr 21, 2023
1 parent 8afc9ca commit 71ea21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/About/AboutCryostatModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const AboutCryostatModal = ({ isOpen, onClose }) => {
return (
<AboutModal
appendTo={portalRoot}
productName={build.productName}
productName={`${build.productName} ${build.version}`}
brandImageSrc={cryostatLogo}
brandImageAlt="Cryostat Logo"
isOpen={isOpen}
Expand Down
2 changes: 1 addition & 1 deletion src/app/Joyride/CryostatJoyride.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CryostatJoyride: React.FC<CryostatJoyrideProps> = (props) => {
width={300}
/>
<h1>
Welcome to <strong>Cryostat</strong>!
Welcome to <strong>Cryostat {build.version}</strong>!
</h1>
</div>
),
Expand Down

0 comments on commit 71ea21b

Please sign in to comment.