Skip to content

Commit fdaed13

Browse files
BboyAkersdawsontoth
andcommitted
fix: updated placeholder for package reference input
Co-authored-by: Dawson Toth <[email protected]>
1 parent 5128eb2 commit fdaed13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/instance/applications/modals/RedeployApplicationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function RedeployApplicationModal({
6969
<Input
7070
type="text"
7171
defaultValue={packageUrl}
72-
placeholder="https://github.com/HarperDB/nextjs-example"
72+
placeholder="https://github.com/HarperFast/status-check"
7373
{...field}
7474
onChange={(e: FormEvent<HTMLInputElement>) => {
7575
field.onChange(e.currentTarget.value);

0 commit comments

Comments
 (0)