Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/App/src/Services/View.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading