We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cae96 commit 724dfabCopy full SHA for 724dfab
src/store/state/icons.js
@@ -10,9 +10,9 @@ const icons = {
10
'list-ul': 'fas fa-list-ul fa-lg',
11
input: 'fas fa-pen fa-lg',
12
navbar: 'fas fa-window-maximize fa-lg',
13
- header:['fa-solid fa-heading'],
14
- footer:['fa-solid fa-shoe-prints'],
15
- meta: ['fa-solid fa-book'],
+ header:['fas fa-heading fa-lg'],
+ footer:['fas fa-shoe-prints fa-lg'],
+ meta: ['fas fa-book fa-lg'],
16
h1:['fa-regular fa-1'],
17
h2:['fa-regular fa-2'],
18
h3:['fa-regular fa-3'],
0 commit comments