fix(core): update
This commit is contained in:
parent
9d51cdd480
commit
67d4c216ed
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.126',
|
||||
version: '1.0.127',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ import {
|
||||
faMessage as faMessageSolid,
|
||||
faRss as faRssSolid,
|
||||
faUsers as faUsersSolid,
|
||||
faShare as faShareSolid,
|
||||
faSun as faSunSolid,
|
||||
} from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
@ -46,6 +47,8 @@ export const faIcons = {
|
||||
messageSolid: faMessageSolid,
|
||||
rss: faRssSolid,
|
||||
rssSolid: faRssSolid,
|
||||
share: faShareSolid,
|
||||
shareSolid: faShareSolid,
|
||||
sun: faSunRegular,
|
||||
sunSolid: faSunSolid,
|
||||
// brands
|
||||
|
Loading…
Reference in New Issue
Block a user