Skip to content

Commit e0f2ed0

Browse files
committed
fix invalid font-awesome icon names
1 parent cc1f0a3 commit e0f2ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/crate/source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686

8787
{# Text files or files which mime starts with `text` #}
8888
{%- elif file.mime == "text/plain" || file.mime|split_first("/") == Some("text") -%}
89-
{{ "file-alt"|far(false, false, "") }}
89+
{{ "file-lines"|far(false, false, "") }}
9090

9191
{# Binary files and any unrecognized types #}
9292
{% else -%}
93-
{{ "file-archive"|far(false, false, "") }}
93+
{{ "file"|far(false, false, "") }}
9494
{%- endif -%}
9595

9696
<span class="text">{{ file.name }}</span>

0 commit comments

Comments
 (0)