diff --git a/site/components/Community.tsx b/site/components/Community.tsx index 0c0abd47..c673d7e8 100644 --- a/site/components/Community.tsx +++ b/site/components/Community.tsx @@ -10,7 +10,7 @@ import { useEffect, useState } from 'react'; const Stat = ({ title, value, ...props }) => { return (
- {value} + {value}

{title}

); diff --git a/site/components/Layout.tsx b/site/components/Layout.tsx index f3fc0b0a..540f16f4 100644 --- a/site/components/Layout.tsx +++ b/site/components/Layout.tsx @@ -86,7 +86,7 @@ export default function Layout({ <> {title && }