Skip to content

Instantly share code, notes, and snippets.

@coline-carle
Created November 10, 2017 22:23
Show Gist options
  • Save coline-carle/2bfc0807cfdbaf8e01e52b885ef0189c to your computer and use it in GitHub Desktop.
Save coline-carle/2bfc0807cfdbaf8e01e52b885ef0189c to your computer and use it in GitHub Desktop.
viewDescription : Achievement -> List (Html Msg)
viewDescription achievement =
[ viewIcon achievement.icon
, div []
[ text achievement.title
, span [ class "is-size-7" ] [ text achievement.description ]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment