fix(core): update
This commit is contained in:
parent
0e77baf600
commit
46fc396772
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.131',
|
||||
version: '1.0.132',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ import {
|
||||
faUsers as faUsersSolid,
|
||||
faShare as faShareSolid,
|
||||
faSun as faSunSolid,
|
||||
faXmark as faXmarkSolid,
|
||||
} from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
export const faIcons = {
|
||||
@ -61,6 +62,8 @@ export const faIcons = {
|
||||
shareSolid: faShareSolid,
|
||||
sun: faSunRegular,
|
||||
sunSolid: faSunSolid,
|
||||
xmark: faXmarkSolid,
|
||||
xmarkSolid: faXmarkSolid,
|
||||
// brands
|
||||
facebook: faFacebook,
|
||||
google: faGoogle,
|
||||
|
Loading…
Reference in New Issue
Block a user