changed bootstrap icon svg name prefix

This commit is contained in:
Adam Piontek 2021-02-25 16:05:35 -05:00
parent f3be57a47b
commit 97659bf32c

View file

@ -45,7 +45,7 @@ module.exports = (env, options) => {
publicPath: "../images/",
symbolId: (filePath) => {
if (filePath.includes("bootstrap-icons")) {
return `bsi-${path.basename(filePath).slice(0, -4)}`;
return `bi-${path.basename(filePath).slice(0, -4)}`;
} else if (filePath.includes("@fortawesome")) {
if (filePath.includes("brands")) {
return `fab-${path.basename(filePath).slice(0, -4)}`;