From 5ac05a64e5bc0e68f296cfdf2dd0c0c96b47a2c4 Mon Sep 17 00:00:00 2001 From: Kirill Langer Date: Thu, 21 May 2026 07:18:45 -0600 Subject: [PATCH] Constrain blueprint slug text --- src/app/components/BlueprintTitle.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/components/BlueprintTitle.tsx b/src/app/components/BlueprintTitle.tsx index e8139704..50693e9c 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 && (