Skip to content

Commit

Permalink
[K6.3] Update fontawesome to 6.7.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jan 6, 2025
1 parent fabc31a commit 0756371
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.7.1/js/all.js', [], ['defer' => true]);
$this->addScript('https://use.fontawesome.com/releases/v6.7.2/js/all.js', [], ['defer' => true]);
}
}

Expand Down

0 comments on commit 0756371

Please sign in to comment.