Skip to content

Commit

Permalink
Merge pull request #146 from daithihearn/daithihearn-patch-1
Browse files Browse the repository at this point in the history
Daithihearn patch 1
  • Loading branch information
daithihearn authored Feb 28, 2023
2 parents a403865 + cfac9e6 commit a928b48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.5.0",
"version": "5.5.1",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "5.5.0",
"version": "5.5.1",
"icons": [
{
"src": "./assets/favicon.png",
Expand Down
1 change: 1 addition & 0 deletions src/pages/Game/_game.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
border-radius: 10px;
padding: 2px;
background-image: url("/assets/img/mycards.png");
background-size: contain;
}

.dummy {
Expand Down

0 comments on commit a928b48

Please sign in to comment.