diff --git a/services/web-ui/public/icons.jsx b/services/web-ui/public/icons.jsx index ebeca6f..e0a9fe0 100644 --- a/services/web-ui/public/icons.jsx +++ b/services/web-ui/public/icons.jsx @@ -8,7 +8,7 @@ const ICONS = { upload: <>, record: <>, capture: <>, - jobs: <>, + jobs: <>, editor: <>, users: <>, token: <>, @@ -38,14 +38,14 @@ const ICONS = { x: , filter: , sort: <>, - grid: <>, + grid: <>, list: <>, comment: , clock: <>, layers: <>, gpu: <>, cpu: <>, - hdd: <>, + hdd: <>, sun: <>, moon: , signal: <>, @@ -66,7 +66,7 @@ const ICONS = { power: <>, globe: <>, package: <>, - proxy: <>, + proxy: <>, }; function Icon({ name, size = 16, className, style }) {