diff --git a/src/components/WorkTile.tsx b/src/components/WorkTile.tsx index a2ddc1c..dce9d95 100644 --- a/src/components/WorkTile.tsx +++ b/src/components/WorkTile.tsx @@ -34,13 +34,13 @@ const WorkTile = ({ {title} )} -
+
{text && {text}} {more && ( <>
diff --git a/src/content/mhd/index.tsx b/src/content/mhd/index.tsx index b0a9a15..926d213 100644 --- a/src/content/mhd/index.tsx +++ b/src/content/mhd/index.tsx @@ -23,12 +23,14 @@ const SECOND_IMAGE = { const More = () => { return ( - - The original application is very complex and poorly designed. I simplified and polished the - user journey to make it more intuitive and less prone to errors. The new UI aims to be clear, - highly readable, and easy to use while in transit. This work is 100% guerilla, with a planned - pitch to the authorities. - + <> + + The original application is very complex and poorly designed. I simplified and polished the + user journey to make it more intuitive and less prone to errors. The new UI aims to be + clear, highly readable, and easy to use while in transit. + + This work is 100% guerilla, with a planned pitch to the authorities. + ) }