We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fa9ab commit 9c593ecCopy full SHA for 9c593ec
apps/postgres-new/components/deploy-success-dialog.tsx
@@ -84,11 +84,11 @@ export function DeploySuccessDialog() {
84
<>
85
<CopyableField label="Database Password" value={project.databasePassword} />
86
<span className="text-muted-foreground text-sm">
87
- {/* eslint-disable-next-line react/no-unescaped-entities */}
88
Please{' '}
89
<span className="text-foreground font-semibold">
90
save your database password securely
91
</span>{' '}
+ {/* eslint-disable-next-line react/no-unescaped-entities */}
92
as it won't be displayed again.
93
</span>
94
</>
0 commit comments