Skip to content

Commit

Permalink
1353: Apply coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
yepzdk committed May 13, 2024
1 parent 4811ee6 commit 92a0b0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/themes/custom/hoeringsportal/assets/js/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
faFileAlt,
faFileImage,
faFileExcel,
faTicketAlt,
faTicketAlt
} from '@fortawesome/free-solid-svg-icons'

// Import icons from the free brands package
Expand All @@ -38,7 +38,7 @@ import {
faReddit,
faTumblr,
faWhatsapp,
faXTwitter,
faXTwitter
} from '@fortawesome/free-brands-svg-icons'

// Add the icons to the library for replacing <i class="fa-solid fa-sort"></i> with the intended svg.
Expand All @@ -60,7 +60,7 @@ library.add(
faSort,
faTimes,
faTicketAlt,
//Brand
// Brand
faDigg,
faEvernote,
faFacebook,
Expand All @@ -70,6 +70,6 @@ library.add(
faReddit,
faTumblr,
faWhatsapp,
faXTwitter,
faXTwitter
)
dom.i2svg();
dom.i2svg()

0 comments on commit 92a0b0c

Please sign in to comment.