Skip to content

Commit 1926867

Browse files
committed
minor: clean up session secret slot form
1 parent 5d62c66 commit 1926867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/features/ProjectPageV2/ProjectPageContent/SessionSecrets/ProjectSessionSecrets.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ export default function ProjectSessionSecrets() {
141141
</CardHeader>
142142
<CardBody>
143143
<div className={cx(sessionSecretSlots?.length !== 0 && "mb-3")}>
144-
<p className="mb-1">
145-
Session secrets will be mounted at the following location:
144+
<p className={cx("form-label", "mb-1")}>
145+
Session secrets will be mounted at the following location
146146
</p>
147147
<SecretsMountDirectoryComponent />
148148
</div>

0 commit comments

Comments
 (0)