We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a1303 commit c724630Copy full SHA for c724630
src/components/v2/devtronStackManager/AboutDevtronView.tsx
@@ -118,7 +118,7 @@ const AboutDevtronView = ({
118
<div className="about-devtron__details">
119
<h2 className="about-devtron__view-heading cn-9 fs-20 fw-6">
120
Devtron
121
- {serverInfo?.currentVersion && <span>{serverInfo.currentVersion.toLowerCase()}</span>}
+ {serverInfo?.currentVersion && <span> ({serverInfo.currentVersion.toLowerCase()})</span>}
122
</h2>
123
<div className="about-devtron__view-tabs w-100">
124
{renderTabs()}
0 commit comments