Skip to content

Commit

Permalink
green -2.1v
Browse files Browse the repository at this point in the history
  • Loading branch information
Saideva12 committed Sep 25, 2023
1 parent 1383e26 commit 36d9494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<style>
body {
color: 'white';
background-color: red;
background-color: green;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webapp",
"private": true,
"version": "2.1",
"version": "3.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 36d9494

Please sign in to comment.