diff --git a/examples/fivethirtyeight/pages/index.tsx b/examples/fivethirtyeight/pages/index.tsx index 86155852..fd01424d 100644 --- a/examples/fivethirtyeight/pages/index.tsx +++ b/examples/fivethirtyeight/pages/index.tsx @@ -3,6 +3,7 @@ import { Inter } from 'next/font/google'; import { format } from 'timeago.js'; import { promises as fs } from 'fs'; import path from 'path'; +import { NextSeo } from 'next-seo'; const inter = Inter({ subsets: ['latin'] }); @@ -31,9 +32,7 @@ export function MobileItem({ dataset }: { dataset: Dataset }) { return (
- - {dataset.name} - + {dataset.name} {dataset.articles.map((article) => (
{article.title} @@ -83,7 +82,7 @@ export function DesktopItem({ dataset }: { dataset: Dataset }) { } border-zinc-400`} > - {index === 0 ? dataset.name : ''} + {index === 0 ? dataset.name : ''} + +
+
+ This page is a tribute to the{' '} + + data.fivethirtyeight.com + {' '} + website made by the amazing 538 team. All content is credited to the original creators, intended for + educational purposes only. Visit their{' '} + website for in-depth analyses + on politics, sports, culture, and more. No copyright infringement + intended. +
+