Skip to content

Commit 9d75515

Browse files
committed
Update fontawesome icon names for v6
1 parent 39703d7 commit 9d75515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relativeURLs = false
1212
[[menu.main]]
1313
identifier = "about"
1414
name = "About"
15-
pre = "solid/info-circle"
15+
pre = "solid/circle-info"
1616
url = "/about"
1717
weight = 1
1818

@@ -104,7 +104,7 @@ relativeURLs = false
104104
[[menu.main]]
105105
identifier = "tools"
106106
name = "Tools"
107-
pre = "solid/tools"
107+
pre = "solid/screwdriver-wrench"
108108
url = "/tools/"
109109
weight = 5
110110
[[menu.main]]

themes/delphi/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h5 class="uk-text-bold">Contact</h5>
7373
data-duration="{{ .Site.Params.feedbackDuration }}"
7474
>
7575
<div>
76-
{{ partial "font-awesome.html" "solid/question-circle" }}
76+
{{ partial "font-awesome.html" "solid/circle-question" }}
7777
<span class="feedback-text">We'd love to hear from you</span>
7878
</div>
7979
<button class="uk-button uk-button-primary feedback-button">Feedback survey</button>

0 commit comments

Comments
 (0)