diff --git a/part10/ElmHub.elm b/part10/ElmHub.elm index 57bc0e7..be297cf 100644 --- a/part10/ElmHub.elm +++ b/part10/ElmHub.elm @@ -50,7 +50,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part11/ElmHub.elm b/part11/ElmHub.elm index 97697d3..b3dc5a2 100644 --- a/part11/ElmHub.elm +++ b/part11/ElmHub.elm @@ -50,7 +50,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part12/ElmHub.elm b/part12/ElmHub.elm index 29f05b3..4396204 100644 --- a/part12/ElmHub.elm +++ b/part12/ElmHub.elm @@ -50,7 +50,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part5/Main.elm b/part5/Main.elm index ee97734..5ecb67d 100644 --- a/part5/Main.elm +++ b/part5/Main.elm @@ -117,7 +117,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button" ] [ text "Search" ] diff --git a/part6/Main.elm b/part6/Main.elm index 952ce25..563547d 100644 --- a/part6/Main.elm +++ b/part6/Main.elm @@ -90,7 +90,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part7/ElmHub.elm b/part7/ElmHub.elm index e01d8d6..8cf2189 100644 --- a/part7/ElmHub.elm +++ b/part7/ElmHub.elm @@ -62,7 +62,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part8/ElmHub.elm b/part8/ElmHub.elm index 20243e2..9e9a821 100644 --- a/part8/ElmHub.elm +++ b/part8/ElmHub.elm @@ -62,7 +62,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ] diff --git a/part9/ElmHub.elm b/part9/ElmHub.elm index 83e42ca..96fa664 100644 --- a/part9/ElmHub.elm +++ b/part9/ElmHub.elm @@ -68,7 +68,7 @@ view model = div [ class "content" ] [ header [] [ h1 [] [ text "ElmHub" ] - , span [ class "tagline" ] [ text "“Like GitHub, but for Elm things.”" ] + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ] , input [ class "search-query", onInput SetQuery, defaultValue model.query ] [] , button [ class "search-button", onClick Search ] [ text "Search" ]