Skip to content

Commit 0663766

Browse files
committed
Add space in "Pivotal Tracker"
1 parent 051cc2c commit 0663766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ userSection =
238238
, div [ class "attribution" ]
239239
[ div [ class "attribution-author" ]
240240
[ p [] [ text "Jeff Schomay" ]
241-
, p [] [ a [ href "https://www.pivotaltracker.com/blog/Elm-pivotal-tracker/" ] [ text "PivotalTracker Blog" ] ]
241+
, p [] [ a [ href "https://www.pivotaltracker.com/blog/Elm-pivotal-tracker/" ] [ text "Pivotal Tracker Blog" ] ]
242242
]
243243
, a [ class "attribution-logo"
244244
, href "https://www.pivotaltracker.com"

0 commit comments

Comments
 (0)