-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module Web.Element.PageTitle where | ||
|
||
import Web.View.Prelude | ||
|
||
import Application.Helper.Icons | ||
import Web.Element.ElementWrap | ||
import Web.Element.Types | ||
|
||
|
||
render :: Text -> Html | ||
render text = | ||
text | ||
|> cs | ||
|> wrapHeaderTag 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
module Web.Element.Quote where | ||
|
||
import Web.View.Prelude | ||
|
||
import Application.Helper.Icons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file removed
BIN
-19.7 KB
static/styleGuideImages/imageStyles/400x200/24f06c33-6247-4de9-9250-e468613317c8
Binary file not shown.
Binary file removed
BIN
-19.7 KB
static/styleGuideImages/imageStyles/400x200/aaf86ed1-c799-444e-9ea2-0864fc87324d
Binary file not shown.