Skip to content

Commit 6710cbb

Browse files
committed
fixed spotlight and updated readme
1 parent b1727ab commit 6710cbb

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
Hey there, welcome to my personal website.
44
This is a portfolio website built on the theme of MacOS made with ReactJs and TailwindCSS.
5-
This is currently under development.
6-
7-
# UNDER DEVELOPMENT :construction: on :apple:
85

96
## Features present currently
107

11-
* MacOs Bash terminal support for basic commands like ls, cd ,clear.
8+
* MacOs Bash terminal support for basic commands like ls, cd ,clear, touch and open.
129
* Opening of multiple windows
1310
* Changing of desktop background
14-
* And Obviously - My Portfolio in a window ( working on it).
11+
* And Obviously - My Portfolio in a window ( about me ).
12+
* Spotlight ( ctrl + space to activate )
1513

1614
## Contributions are most welcome
1715

src/Components/Spotlight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ const SpotLight = () => {
8686
if ( index === 0) {
8787
dispatch({ type: "NEW_WINDOW", payload: { id: 'TERMINAL', header: true, title: "Terminal" } })
8888
} else if ( index === 1 ){
89-
dispatch({ type: "NEW_WINDOW", payload: { id: 'RANDOM', header: true, title: "Mail" } })
89+
dispatch({ type: "NEW_WINDOW", payload: { id: 'MAIL', header: true, title: "Mail" } })
9090
} else if ( index === 2 ){
91-
dispatch({ type: "NEW_WINDOW", payload: { id: 'RANDOM', header: true, title: "Finder" } })
91+
dispatch({ type: "NEW_WINDOW", payload: { id: 'PROFILE', header: true, title: "Hello" } })
9292
}
9393
setShow(false);
9494

0 commit comments

Comments
 (0)