0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 07:12:39 +00:00
This commit is contained in:
Victor Losada Hernandez
2023-03-25 22:56:45 +01:00
parent cdcd68bc92
commit ab058b31b1
2 changed files with 4 additions and 4 deletions

View File

@@ -34,12 +34,12 @@
.mask-center {
content: url('../icons/mask-center.svg');
}
.fa-file-c {
content: url('../icons/fa-file-c.svg');
}
.book-front-cover {
content: url('../icons/book-front-cover.svg');
}
.book-back-cover {
content: url('../icons/book-back-cover.svg');
}
.davek {
content: url('../icons/Davek.svg');
}

View File

@@ -178,7 +178,7 @@ module.exports = [
},
{
name : 'Back Cover Page',
icon : 'fac fa-file-b',
icon : 'fac book-back-cover',
gen : BackCoverPageGen,
},
{