Updated description on dashboard page

This commit is contained in:
r-freeman 2023-02-11 22:40:01 +00:00
parent 3e8af379cf
commit 5d8884bd5c

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 more." 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."
/> />
<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 more." 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."
/> />
</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 more." 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."
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}) => (