diff --git a/docs/status-indicators.md b/docs/status-indicators.md
index ad9e6724..5c700a0f 100644
--- a/docs/status-indicators.md
+++ b/docs/status-indicators.md
@@ -3,7 +3,7 @@
Dashy has an optional feature that can display a small icon next to each of your running services, indicating it's current status. This can be useful if you are using Dashy as your homelab's start page, as it gives you an overview of the health of each of your running services. The status feature will show response time, response code, online/ offline check and if applicable, a relevant error message
-
+
## Enabling Status Indicators
@@ -42,7 +42,7 @@ By default, with status indicators enabled Dashy will check an applications stat
The following example, will instruct Dashy to continuously check the status of your services every 20 seconds
-```
+```yaml
appConfig:
statusCheck: true
statusCheckInterval: 20
diff --git a/src/components/HomePageHeader.js b/src/components/HomePageHeader.js
index 6fbf4b3d..3ef8b7b3 100644
--- a/src/components/HomePageHeader.js
+++ b/src/components/HomePageHeader.js
@@ -19,7 +19,7 @@ export default function HomepageHeader() {