Skip to content

Commit

Permalink
Removed lambda symbol causing encoding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Nov 13, 2020
1 parent 45cf132 commit b151ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/CodeGen/ApplicationGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ generateGenericApplication applicationName =
<>" <div style=\"background-color: #657b83; padding-top: 2rem; padding-bottom: 2rem; color:hsla(196, 13%, 96%, 1); border-radius: 4px\">\n"
<>" <div style=\"max-width: 800px; margin-left: auto; margin-right: auto\">\n"
<>" <h1 style=\"margin-bottom: 2rem; font-size: 2rem; font-weight: 300; border-bottom: 1px solid white; padding-bottom: 0.25rem; border-color: hsla(196, 13%, 60%, 1)\">\n"
<>" λ IHP\n"
<>" IHP\n"
<>" </h1>\n"
<>"\n"
<>" <h2 style=\"margin-top: 0; margin-bottom: 0rem; font-weight: 900; font-size: 3rem\">\n"
Expand Down

0 comments on commit b151ffd

Please sign in to comment.