Skip to content

Commit

Permalink
5.1-green
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed Jun 2, 2023
1 parent c138450 commit ed4afc9
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": "4.1",
"version": "5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ed4afc9

Please sign in to comment.