diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 39511f7..67dc5b7 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.132', + version: '1.0.133', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 558d5d3..4a8941c 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, + faBuilding as faBuildingSolid, faCaretLeft as faCaretLeftSolid, faCircleInfo as faCircleInfoSolid, faDesktop as faDesktopSolid, @@ -46,6 +47,8 @@ export const faIcons = { bellSolid: faBellSolid, bug: faBugSolid, bugSolid: faBugSolid, + building: faBuildingSolid, + buildingSolid: faBuildingSolid, caretLeft: faCaretLeftSolid, caretLeftSolid: faCaretLeftSolid, circleinfo: faCircleInfoSolid,