diff options
author | 2022-06-26 23:04:39 -0400 | |
---|---|---|
committer | 2022-06-26 23:04:39 -0400 | |
commit | 2d9f823ba82b88761258e93c3868b3d2b4a887c3 (patch) | |
tree | fff74e66da87ce0d7884a63b889916938e7df35f /pydis_site/templates/home/index.html | |
parent | Update Discord logo in navbar to use new Discord branding (diff) |
Replace missing FA icons in interactive timeline.
`fa-duck` and `fa-alien-monster` (renamed `fa-alien-8bit` in the latest
FontAwesome) are part of the Pro plan, which we no longer have.
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 95c8dd5f..33c84a97 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -100,8 +100,8 @@ <i class="fa fa-asterisk"></i> <i class="fa fa-code"></i> <i class="fab fa-python"></i> - <i class="fa fa-alien-monster"></i> - <i class="fa fa-duck"></i> + <i class="fab fa-discord"></i> + <i class="fa fa-terminal"></i> <i class="fa fa-bug"></i> </div> |