Skip to content

Commit 1638a74

Browse files
NicolappsConvex, Inc.
authored andcommitted
Make the Node version banner text smaller (#40983)
GitOrigin-RevId: b0c9ea96423fc11781528a4b53adf1bdf774e3a2
1 parent c2300b5 commit 1638a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/layouts/DeploymentDashboardLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function NodeVersionBanner() {
203203

204204
if (usingNode18) {
205205
return (
206-
<div className="border-y bg-background-warning py-2 text-center text-content-warning">
206+
<div className="border-y bg-background-warning py-2 text-center text-xs text-content-warning">
207207
This deployment is using Node 18 and will be automatically upgraded to
208208
Node 20 on October 22, 2025. To manually configure the Node version,
209209
visit the{" "}

0 commit comments

Comments
 (0)