1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2025-09-21 16:35:15 +02:00

feat: show city also in header

This commit is contained in:
Adam Janiš
2021-01-19 00:32:31 +01:00
parent 6d08f47d1d
commit 6952ed2e8d
3 changed files with 11 additions and 7 deletions

View File

@ -1,9 +1,4 @@
const locations = {
WAW: 'Warsaw',
SCL: 'Santiago de Chile',
MEL: 'Melbourne',
SIN: 'Singapore',
}
import { locations } from '../functions/helpers'
export default function MonitorDayAverage({ location, avg }) {
return (