diff options
author | 2020-10-12 01:16:04 +0100 | |
---|---|---|
committer | 2020-10-12 01:16:04 +0100 | |
commit | 4cb6b5abd96e1aa83380d4fb990985edd4346260 (patch) | |
tree | 61cefdc9151dd4f6324a1ece7df75eb8dab46025 | |
parent | Fix linting in tests file (diff) |
Update missed icon
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index fee54d66..558257ac 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -336,7 +336,7 @@ <div class="cd-timeline__block"> <div class="cd-timeline__img cd-timeline__img--picture"> - <img src={% static "images/timeline/cd-icon-picture.svg" %} alt="Picture"> + <i class="fa fa-users"></i> </div> <div class="cd-timeline__content text-component"> |