diff --git a/src/app/components/BlueprintTitle.tsx b/src/app/components/BlueprintTitle.tsx index e813970..50693e9 100644 --- a/src/app/components/BlueprintTitle.tsx +++ b/src/app/components/BlueprintTitle.tsx @@ -41,12 +41,14 @@ export const BlueprintTitle = ({ }; return ( -
-
-
-

{blueprint.props.title}

+
+
+
+

+ {blueprint.props.title} +

-
+
views {blueprint.props.totalProofs} @@ -71,8 +73,13 @@ export const BlueprintTitle = ({
-

{blueprint.props.slug}

-

{blueprint.props.description}

+

+ {blueprint.props.slug} +

+

{blueprint.props.description}

{blueprint.props.decomposedRegexes?.length > 0 && (