Updated dashboard content

This commit is contained in:
Ryan Freeman 2023-04-11 23:27:15 +01:00
parent 2b78a4fffe
commit 9745b2da7b

View File

@ -27,7 +27,7 @@ export default function Dashboard({metrics}: { metrics: MetricGroup }) {
<title>Dashboard - Ryan Freeman</title> <title>Dashboard - Ryan Freeman</title>
<meta <meta
name="description" name="description"
content="This is my digital life in numbers which is updated daily. I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus." content="This is my digital life in numbers, I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus."
/> />
<meta <meta
property="og:title" property="og:title"
@ -35,12 +35,12 @@ export default function Dashboard({metrics}: { metrics: MetricGroup }) {
/> />
<meta <meta
property="og:description" property="og:description"
content="This is my digital life in numbers which is updated daily. I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus." content="This is my digital life in numbers, I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus."
/> />
</Head> </Head>
<SimpleLayout <SimpleLayout
title="Dashboard." title="Dashboard."
intro="This is my digital life in numbers which is updated daily. I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus." intro="This is my digital life in numbers, I use this dashboard to keep track of various metrics across platforms like Spotify, GitHub, Twitter and for monitoring the performance of my Raspberry Pi using Grafana and Prometheus."
gradient="bg-gradient-to-r from-orange-300 to-rose-300" gradient="bg-gradient-to-r from-orange-300 to-rose-300"
> >
{metrics.map(({groupName, groupItems}) => ( {metrics.map(({groupName, groupItems}) => (