fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-11 17:50:37 +01:00
parent 9d51cdd480
commit 67d4c216ed
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@designestate/dees-catalog', name: '@designestate/dees-catalog',
version: '1.0.126', version: '1.0.127',
description: 'website for lossless.com' description: 'website for lossless.com'
} }

View File

@ -27,6 +27,7 @@ import {
faMessage as faMessageSolid, faMessage as faMessageSolid,
faRss as faRssSolid, faRss as faRssSolid,
faUsers as faUsersSolid, faUsers as faUsersSolid,
faShare as faShareSolid,
faSun as faSunSolid, faSun as faSunSolid,
} from '@fortawesome/free-solid-svg-icons'; } from '@fortawesome/free-solid-svg-icons';
@ -46,6 +47,8 @@ export const faIcons = {
messageSolid: faMessageSolid, messageSolid: faMessageSolid,
rss: faRssSolid, rss: faRssSolid,
rssSolid: faRssSolid, rssSolid: faRssSolid,
share: faShareSolid,
shareSolid: faShareSolid,
sun: faSunRegular, sun: faSunRegular,
sunSolid: faSunSolid, sunSolid: faSunSolid,
// brands // brands