Skip to content

Commit 88617f3

Browse files
UI changes
1 parent a94e5b9 commit 88617f3

File tree

5 files changed

+3
-13
lines changed

5 files changed

+3
-13
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
settings:
22
title: 'Maximilian Gaedig Status Page'
33
url: 'https://status.maximiliangaedig.com' # used for Slack messages
4-
logo: logo-192x192.png # image in ./public/ folder
4+
logo: icon.png # image in ./public/ folder
55
daysInHistogram: 90 # number of days you want to display in histogram
66
collectResponseTimes: true # collects avg response times from CRON locations
77

pages/index.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function Index({ config, kvMonitors, kvMonitorsLastUpdate }) {
7070
<div className="container mx-auto px-4">
7171
<div className="flex flex-row justify-between items-center p-4">
7272
<div className="flex flex-row items-center">
73-
<img className="h-8 w-auto" src={config.settings.logo} />
73+
<img className="h-8 w-auto rounded-full" src={config.settings.logo} />
7474
<h1 className="ml-4 text-3xl">{config.settings.title}</h1>
7575
</div>
7676
<div className="flex flex-row items-center">
@@ -89,22 +89,12 @@ export default function Index({ config, kvMonitors, kvMonitorsLastUpdate }) {
8989
)
9090
})}
9191
<div className="flex flex-row justify-between mt-4 text-sm">
92-
<div>
93-
Powered by{' '}
94-
<a href="https://workers.cloudflare.com/" target="_blank">
95-
Cloudflare Workers{' '}
96-
</a>
97-
&{' '}
98-
<a href="https://flareact.com/" target="_blank">
99-
Flareact{' '}
100-
</a>
101-
</div>
10292
<div>
10393
<a
10494
href="https://github.com/eidam/cf-workers-status-page"
10595
target="_blank"
10696
>
107-
Get Your Status Page
97+
cf-workers-status-page
10898
</a>
10999
</div>
110100
</div>

public/favicon.ico

-2.26 KB
Binary file not shown.

public/icon.png

25.8 KB
Loading

public/logo-192x192.png

-9.97 KB
Binary file not shown.

0 commit comments

Comments
 (0)