Skip to content

Commit

Permalink
[K6.3] Update fontawesome to 6.7.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit authored Nov 19, 2024
1 parent 26f5fc2 commit 18f2b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/kunena/src/Template/KunenaTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ public function loadFontawesome()
$fontawesome = $this->params->get('fontawesome');

if ($fontawesome) {
$this->addScript('https://use.fontawesome.com/releases/v6.6.0/js/all.js', [], ['defer' => true]);
$this->addScript('https://use.fontawesome.com/releases/v6.7.0/js/all.js', [], ['defer' => true]);
}
}

Expand Down

0 comments on commit 18f2b66

Please sign in to comment.