diff --git a/web/pages/labs/index.tsx b/web/pages/labs/index.tsx index 6ea861a3..3ea7276d 100644 --- a/web/pages/labs/index.tsx +++ b/web/pages/labs/index.tsx @@ -18,6 +18,17 @@ export default function LabsPage() { description="Browse dating docs or create your own" href="/date-docs" /> + + + ) @@ -32,12 +43,12 @@ const LabCard = (props: { return (

{title}

-

{description}

+

{description}

) }