Skip to content

Commit

Permalink
Change OSMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
Av32000 committed Oct 3, 2024
1 parent 9325461 commit c32c1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ function applyOSMessage() {

switch (getOS()) {
case 'Windows':
span.innerText = "You're on Windows ! I See you !";
span.innerText = 'I see you 👀 windows user';
break;
case 'Linux':
span.innerText = 'Hi fellow Linux User !';
span.innerText = 'Hi fellow Linux User 🤗 !';
break;
case 'Mac OS':
span.innerText = "You're on MacOS ! Why ?";
Expand Down

0 comments on commit c32c1d2

Please sign in to comment.