diff --git a/packages/desktop/package.json b/packages/desktop/package.json
index 4afe73a..7bcfadc 100644
--- a/packages/desktop/package.json
+++ b/packages/desktop/package.json
@@ -95,6 +95,7 @@
"@mui/material": "^5.8.1",
"electron-squirrel-startup": "^1.0.0",
"react": "^18.1.0",
- "react-dom": "^18.1.0"
+ "react-dom": "^18.1.0",
+ "react-icons": "^4.3.1"
}
}
diff --git a/packages/desktop/src/components/Terminal.tsx b/packages/desktop/src/components/Terminal.tsx
index 068c34e..62a9b03 100644
--- a/packages/desktop/src/components/Terminal.tsx
+++ b/packages/desktop/src/components/Terminal.tsx
@@ -14,6 +14,8 @@ import {
Typography,
} from '@mui/material';
import NirvanaLogo from './NirvanaLogo';
+import { grey } from '@mui/material/colors';
+import { FiSearch } from 'react-icons/fi';
export default function Terminal() {
return (
@@ -45,7 +47,17 @@ export default function Terminal() {
/>
-
+
+
+
diff --git a/yarn.lock b/yarn.lock
index f5d2942..446e1ab 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5407,6 +5407,11 @@ react-dom@^18.1.0:
loose-envify "^1.1.0"
scheduler "^0.22.0"
+react-icons@^4.3.1:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
+ integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
+
react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"