Skip to content

Commit c724630

Browse files
committed
chore: update style for version
1 parent b4a1303 commit c724630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/devtronStackManager/AboutDevtronView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const AboutDevtronView = ({
118118
<div className="about-devtron__details">
119119
<h2 className="about-devtron__view-heading cn-9 fs-20 fw-6">
120120
Devtron
121-
{serverInfo?.currentVersion && <span>{serverInfo.currentVersion.toLowerCase()}</span>}
121+
{serverInfo?.currentVersion && <span>&nbsp;({serverInfo.currentVersion.toLowerCase()})</span>}
122122
</h2>
123123
<div className="about-devtron__view-tabs w-100">
124124
{renderTabs()}

0 commit comments

Comments
 (0)