diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ff2d7b4..cd29741 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -107,6 +107,7 @@ "webpack": "^5.72.0" }, "dependencies": { + "@carbon/icons": "^11.2.0", "@carbon/react": "^1.2.0", "@getstation/electron-google-oauth2": "^2.1.0", "@nirvana/core": "*", diff --git a/packages/desktop/src/components/header/index.tsx b/packages/desktop/src/components/header/index.tsx index 720e73e..ce4afa5 100644 --- a/packages/desktop/src/components/header/index.tsx +++ b/packages/desktop/src/components/header/index.tsx @@ -29,10 +29,14 @@ export default function NirvanaHeader() {
- +
+ +
); } diff --git a/yarn.lock b/yarn.lock index 2605131..8178f16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -134,6 +134,11 @@ "@carbon/telemetry" "0.1.0" prop-types "^15.7.2" +"@carbon/icons@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@carbon/icons/-/icons-11.2.0.tgz#d04f94adc26216e556084259031ee3fb3087389b" + integrity sha512-Ib0AUPwCXgDcotPwfb9eu23OBDEtmBbgKEF+RwMMlZEidLTR7DGl0Bvi0iAs1ciJjFO0+4qaxlnMcAJmBgWdYA== + "@carbon/layout@^11.1.0": version "11.1.0" resolved "https://registry.yarnpkg.com/@carbon/layout/-/layout-11.1.0.tgz#7a2072495761b1c59ebfde4271166397d18ba2f5"