Skip to content

Commit

Permalink
6.1-yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed Jun 16, 2023
1 parent 05015d2 commit 7d5e8a4
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: pink;
background-color: yellow;
}
</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": "5.1",
"version": "6.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7d5e8a4

Please sign in to comment.