Skip to content

Commit 65f47e4

Browse files
committed
Change port and fix text color
1 parent bc0c27a commit 65f47e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dev": "concurrently -k \"npm run build:watch\" \"npm run serve:dist\"",
1414
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\" && eslint src --fix",
1515
"lint": "eslint src",
16-
"serve:dist": "vite preview --strictPort --port 4173",
16+
"serve:dist": "vite preview --strictPort --port 4201",
1717
"typecheck": "tsc --noEmit"
1818
},
1919
"devDependencies": {

src/components/RepliesImporterComponent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ export default function RepliesImporterComponent({
6363
onChange={handleFileChange}
6464
/>
6565
</div>
66-
<p className="mt-2">
66+
<p className="mt-2 text-muted">
6767
To obtain the file for import, go to your source project, create a JSON
6868
document using <em>Questionnaire Report</em> template, and download it.
69-
<br />
70-
<br />
69+
</p>
70+
<p className="mt-2 text-muted">
7171
Please note that file replies will not be imported (as file contents are not
7272
part of the JSON replies export).
7373
</p>

0 commit comments

Comments
 (0)