diff --git a/packages/bruno-app/public/github.svg b/packages/bruno-app/public/github.svg new file mode 100644 index 000000000..aa05db9c5 --- /dev/null +++ b/packages/bruno-app/public/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/bruno-app/src/components/Welcome/index.js b/packages/bruno-app/src/components/Welcome/index.js index ca8b12569..e5b5e5c71 100644 --- a/packages/bruno-app/src/components/Welcome/index.js +++ b/packages/bruno-app/src/components/Welcome/index.js @@ -1,5 +1,14 @@ import React, { useState } from 'react'; -import { IconPlus, IconUpload, IconFiles, IconFolders } from '@tabler/icons'; +import { + IconPlus, + IconUpload, + IconFiles, + IconFolders, + IconPlayerPlay, + IconBrandChrome, + IconBook, + IconDeviceDesktop +} from '@tabler/icons'; import { useDispatch } from 'react-redux'; import { createCollection } from 'providers/ReduxStore/slices/collections'; import Bruno from 'components/Bruno'; @@ -41,6 +50,9 @@ const Welcome = () => {
Import Collection
+
+ Load Sample Collection +
Local Collections
@@ -53,6 +65,23 @@ const Welcome = () => { +
Links
+
+
+ Chrome Extension +
+
+ Desktop App +
+
+ Docs +
+
+ + Github +
+
+ ) };