Skip to content

Commit 34afe9a

Browse files
FIX (spelling): Fix healthcheck spelling and add website to readme
1 parent 4eb7c7a commit 34afe9a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<a href="#-license">License</a> •
2121
<a href="#-contributing">Contributing</a>
2222
</p>
23+
24+
<p style="margin-top: 20px; margin-bottom: 20px; font-size: 1.2em;">
25+
<a href="https://postgresus.com" target="_blank"><strong>🌐 Postgresus website</strong></a>
26+
</p>
2327

2428
<img src="assets/dashboard.svg" alt="Postgresus Dashboard" width="800"/>
29+
30+
2531
</div>
2632

2733
---

frontend/src/features/healthcheck/ui/EditHealthcheckConfigComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const EditHealthcheckConfigComponent = ({ databaseId, onClose }: Props) =
190190

191191
<Tooltip
192192
className="cursor-pointer"
193-
title="How many days to store healthcheck attempt history"
193+
title="How many days to store health check attempt history"
194194
>
195195
<InfoCircleOutlined className="ml-2" style={{ color: 'gray' }} />
196196
</Tooltip>

frontend/src/features/healthcheck/ui/ShowHealthcheckConfigComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const ShowHealthcheckConfigComponent = ({ databaseId }: Props) => {
4040
return (
4141
<div className="space-y-4">
4242
<div className="mb-1 flex items-center">
43-
<div className="min-w-[180px]">Is healthcheck enabled</div>
43+
<div className="min-w-[180px]">Is health check enabled</div>
4444
<div className="w-[250px]">{healthcheckConfig.isHealthcheckEnabled ? 'Yes' : 'No'}</div>
4545
</div>
4646

frontend/src/widgets/main/MainScreenComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const MainScreenComponent = () => {
6060
target="_blank"
6161
rel="noreferrer"
6262
>
63-
Healthcheck
63+
Health-check
6464
</a>
6565

6666
<a

0 commit comments

Comments
 (0)