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 5d62c66 commit 1926867Copy full SHA for 1926867
client/src/features/ProjectPageV2/ProjectPageContent/SessionSecrets/ProjectSessionSecrets.tsx
@@ -141,8 +141,8 @@ export default function ProjectSessionSecrets() {
141
</CardHeader>
142
<CardBody>
143
<div className={cx(sessionSecretSlots?.length !== 0 && "mb-3")}>
144
- <p className="mb-1">
145
- Session secrets will be mounted at the following location:
+ <p className={cx("form-label", "mb-1")}>
+ Session secrets will be mounted at the following location
146
</p>
147
<SecretsMountDirectoryComponent />
148
</div>
0 commit comments