From 3cc94e828b260b195ea1b62fbe2b303de44558af Mon Sep 17 00:00:00 2001 From: agent Date: Wed, 25 Mar 2026 21:16:14 +0000 Subject: [PATCH] MEIER-378: Add period after Services page subtitle --- app/src/App/src/Services/View.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/App/src/Services/View.fs b/app/src/App/src/Services/View.fs index 6e456cf..cd9578c 100644 --- a/app/src/App/src/Services/View.fs +++ b/app/src/App/src/Services/View.fs @@ -64,7 +64,7 @@ let page = h1 { _class "text-4xl text-gray-900 dark:text-gray-100 font-medium"; "Services" } p { _class "mt-4 text-lg text-gray-600 dark:text-gray-400" - "I help businesses build and scale their finance, accounting, and capital markets infrastructure" + "I help businesses build and scale their finance, accounting, and capital markets infrastructure." } div { _class "mt-10 grid grid-cols-1 gap-4 md:grid-cols-2"