diff options
author | Nick <nicksima@gmail.com> | 2019-01-25 15:06:40 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-01-28 12:07:42 -0800 |
commit | d2427069382ae74b824edec5b9b1c61d00617834 (patch) | |
tree | 1946ca95bd77d18dde592a69ab1367b879691a4b | |
parent | 5a9ca5c89aa32331450609e13aab1cfb56d9020b (diff) |
Fixed naming of function to look nicer.
-rw-r--r-- | ibb/Main.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs index 48e93b1..05e232a 100644 --- a/ibb/Main.hs +++ b/ibb/Main.hs @@ -15,10 +15,10 @@ render = html . renderHtml main :: IO () main = scotty 3000 $ - get "/" $ render steveJobs + get "/" $ render influencerCards -steveJobs :: Markup -steveJobs = [shamlet| +influencerCards :: Markup +influencerCards = [shamlet| <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> <nav .navbar .navbar-light .bg-light> <h3 .navbar-brand>IBB |