refactor: add text for run command

This commit is contained in:
Mauricio Siu
2025-01-01 19:29:33 -06:00
parent 2b0232a24c
commit 3e8708d2b9

View File

@@ -81,7 +81,8 @@ export const AddCommand = ({ applicationId }: Props) => {
<div> <div>
<CardTitle className="text-xl">Run Command</CardTitle> <CardTitle className="text-xl">Run Command</CardTitle>
<CardDescription> <CardDescription>
Run a custom command in the container Run a custom command in the container after the application
initialized
</CardDescription> </CardDescription>
</div> </div>
</CardHeader> </CardHeader>