Skip to content

Commit

Permalink
Updated the Font Awesome CDN version and Twitter logo
Browse files Browse the repository at this point in the history
Signed-off-by: DeshDeepakKant <deshdeepakkant@gmail.com>
  • Loading branch information
DeshDeepakKant committed Feb 21, 2025
1 parent 68200d7 commit 34e1261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
weight = 10

[[zh.menu.main_right]]
name = "<i class=\"fab fa-twitter\" style=\"color: #1ea1f3; font-size: 1rem; line-height: 1.25\"></i>"
name = "<i class=\"fab fa-x-twitter\" style=\"color: #000000; font-size: 1rem; line-height: 1.25\"></i>"
url = "https://twitter.com/volcano_sh"
weight = 20

Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
weight = 10

[[main_right]]
name = "<i class=\"fab fa-twitter\" style=\"color: #1ea1f3; font-size: 1rem; line-height: 1.25\"></i>"
name = "<i class=\"fab fa-x-twitter\" style=\"color: #000000; font-size: 1rem; line-height: 1.25\"></i>"
post = ""
url = "https://twitter.com/volcano_sh"
weight = 20
Expand Down
6 changes: 3 additions & 3 deletions themes/academic/data/assets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
sri = "sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE="
url = "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/%s/css/bootstrap.min.css"
[css.fontAwesome]
version = "5.6.0"
sri = "sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h"
url = "https://use.fontawesome.com/releases/v%s/css/all.css"
version = "6.7.2"
sri = "sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
url = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/%s/css/all.min.css"
[css.academicons]
version = "1.8.6"
sri = "sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw="
Expand Down

0 comments on commit 34e1261

Please sign in to comment.