summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ibb/Main.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs
index d1d7773..c0e8b13 100644
--- a/ibb/Main.hs
+++ b/ibb/Main.hs
@@ -118,8 +118,7 @@ displayPerson person = [shamlet|
#{_name person}
<h6>
<a href=#{_twitterLink person} class="fab fa-twitter">
- <h6 .card-subtitle>
- <a target=_blank href=#{_website person}>Website
+ <a target=_blank href=#{_website person} class="fas fa-globe">
<p .card-text>
<ul>
$forall book <- (_books person)