Skip to content

Commit 618e2c8

Browse files
authored
Merge pull request #591 from cmu-delphi/dependabot/npm_and_yarn/dev/fortawesome/fontawesome-free-6.1.1
chore(deps): bump @fortawesome/fontawesome-free from 5.15.4 to 6.1.1
2 parents 6f6169d + 9d75515 commit 618e2c8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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]]

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.5",
44
"private": true,
55
"dependencies": {
6-
"@fortawesome/fontawesome-free": "^5.15.4",
6+
"@fortawesome/fontawesome-free": "^6.1.1",
77
"highlight.js": "^11.4.0",
88
"katex": "^0.15.2",
99
"uikit": "^3.11.1",

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)