diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e4b7382..09e5eab 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.129', + version: '1.0.130', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 7d20066..2b6edc3 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -28,6 +28,7 @@ import { import { faBell as faBellSolid, faBug as faBugSolid, + faCaretLeft as faCaretLeftSolid, faCircleInfo as faCircleInfoSolid, faDesktop as faDesktopSolid, faGrip as faGripSolid, @@ -44,6 +45,8 @@ export const faIcons = { bellSolid: faBellSolid, bug: faBugSolid, bugSolid: faBugSolid, + caretLeft: faCaretLeftSolid, + caretLeftSolid: faCaretLeftSolid, circleinfo: faCircleInfoSolid, circleinfoSolid: faCircleInfoSolid, desktop: faDesktopSolid,