Skip to content

Commit 7a365ff

Browse files
committed
update template with to correct icon class
1 parent d4fabb1 commit 7a365ff

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

content/docs/guidance.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ topics:
5656
{% for item in guide.topics %}
5757
<li class="list-inline-item mr-1 mb-3">
5858
<a href="/{{ item }}" class="btn btn-primary-outline">
59-
<i class="fa fa-{{ audits[item].icon }}"></i>
59+
<i class="fa-solid fa-{{ audits[item].icon }}"></i>
6060
{{ audits[item].displayName }}
6161
</a>
6262
</li>

scripts/bundle.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ h6,
312312
color: #face00 !important;
313313
}
314314

315+
.fa-book-open-reader {
316+
color: #c3ebfa !important;
317+
}
318+
315319
.fa-brain {
316320
color: #fdb8ae !important;
317321
}
@@ -482,6 +486,10 @@ h6,
482486
color: #a8f2ff;
483487
}
484488

489+
.fa-plug-circle-bolt {
490+
color: #fff5c2;
491+
}
492+
485493
.fa-ranking-star {
486494
color: #83fcd4;
487495
}

0 commit comments

Comments
 (0)