Merge pull request #2157 from kidk/patch-1

Fixed typo in Main.elm (homepage)
This commit is contained in:
eikek
2023-07-05 09:10:06 +02:00
committed by GitHub

View File

@ -291,7 +291,7 @@ mainHero _ =
, p [ class "px-2 text-center text-xl font-light shadow max-w-prose font-sans" ] , p [ class "px-2 text-center text-xl font-light shadow max-w-prose font-sans" ]
[ text "Docspell assists in organizing your piles of " [ text "Docspell assists in organizing your piles of "
, text "digital documents, resulting from scanners, e-mails " , text "digital documents, resulting from scanners, e-mails "
, text "and other sources with miminal effort." , text "and other sources with minimal effort."
] ]
, div , div
[ class "mt-4 flex flex-col space-y-2 text-2xl" [ class "mt-4 flex flex-col space-y-2 text-2xl"