Skip to content

Commit

Permalink
Update kobweb, kotlin, font awesome and compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Mar 12, 2024
1 parent d25b766 commit 2ab003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ kobweb {
rel = "manifest"
)
link(
href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css",
href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css",
rel = "stylesheet",
) {
integrity =
"sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
"sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
attributes["crossorigin"] = "anonymous"
attributes["referrerpolicy"] = "no-referrer"
}
Expand Down

0 comments on commit 2ab003a

Please sign in to comment.