diff --git a/examples/fivethirtyeight/pages/index.tsx b/examples/fivethirtyeight/pages/index.tsx index 86155852..8b21d39c 100644 --- a/examples/fivethirtyeight/pages/index.tsx +++ b/examples/fivethirtyeight/pages/index.tsx @@ -31,9 +31,7 @@ export function MobileItem({ dataset }: { dataset: Dataset }) { return (
- - {dataset.name} - + {dataset.name} {dataset.articles.map((article) => (
{article.title} @@ -83,7 +81,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. +
+