|
38 | 38 |
|
39 | 39 | <li class="pure-menu-item"> |
40 | 40 | <a href="{{ crate_url | safe }}" class="pure-menu-link"> |
41 | | - {{ "balance-scale-right" | fas(fw=true) }} {{ krate.license }} |
| 41 | + {{ "scale-unbalanced-flip" | fas(fw=true) }} {{ krate.license }} |
42 | 42 | </a> |
43 | 43 | </li> |
44 | 44 | </ul> |
|
52 | 52 | {%- if krate.homepage_url -%} |
53 | 53 | <li class="pure-menu-item"> |
54 | 54 | <a href="{{ krate.homepage_url }}" class="pure-menu-link"> |
55 | | - {{ "home" | fas(fw=true) }} Homepage |
| 55 | + {{ "house" | fas(fw=true) }} Homepage |
56 | 56 | </a> |
57 | 57 | </li> |
58 | 58 | {%- endif -%} |
|
61 | 61 | {%- if krate.documentation_url -%} |
62 | 62 | <li class="pure-menu-item"> |
63 | 63 | <a href="{{ krate.documentation_url }}" title="Canonical documentation" class="pure-menu-link"> |
64 | | - {{ "file-alt" | far(fw=true) }} Documentation |
| 64 | + {{ "file-lines" | far(fw=true) }} Documentation |
65 | 65 | </a> |
66 | 66 | </li> |
67 | 67 | {%- endif -%} |
|
174 | 174 | {%- if is_latest_version and metadata.yanked -%} |
175 | 175 | <li class="pure-menu-item"> |
176 | 176 | <span class="pure-menu-link warn"> |
177 | | - {{ "exclamation-triangle" | fas }} |
| 177 | + {{ "triangle-exclamation" | fas }} |
178 | 178 | <span class="title">This release has been yanked</span> |
179 | 179 | </span> |
180 | 180 | </li>{# |
|
196 | 196 | <a href="{{ latest_path | safe }}" class="pure-menu-link warn" |
197 | 197 | data-fragment="retain" |
198 | 198 | title="{{ tooltip }}"> |
199 | | - {{ "exclamation-triangle" | fas }} |
| 199 | + {{ "triangle-exclamation" | fas }} |
200 | 200 | <span class="title">{{ title }}</span> |
201 | 201 | </a> |
202 | 202 | </li> |
|
206 | 206 | {%- if metadata.doc_targets -%} |
207 | 207 | <li class="pure-menu-item pure-menu-has-children"> |
208 | 208 | <a href="#" class="pure-menu-link" aria-label="Platform"> |
209 | | - {{ "cogs" | fas }} |
| 209 | + {{ "gears" | fas }} |
210 | 210 | <span class="title">Platform</span> |
211 | 211 | </a> |
212 | 212 |
|
|
0 commit comments