File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 5.5.1 " ,
3
+ "version" : " 5.5.2 " ,
4
4
"description" : " React frontend for the Cards 110" ,
5
5
"author" : " Daithi Hearn" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"short_name" : " Cards 110" ,
3
3
"name" : " Cards 110" ,
4
- "version" : " 5.5.1 " ,
4
+ "version" : " 5.5.2 " ,
5
5
"icons" : [
6
6
{
7
7
"src" : " ./assets/favicon.png" ,
Original file line number Diff line number Diff line change @@ -71,9 +71,7 @@ const PlayerCard: React.FC<PlayerRowI> = ({ player }) => {
71
71
src = { `/cards/thumbnails/${
72
72
isCurrentPlayer ? "yellow" : "blank_grey"
73
73
} _back.png`}
74
- className = { `img-center thumbnail_size ${
75
- isCurrentPlayer ? "" : "transparent"
76
- } `}
74
+ className = { `img-center thumbnail_size` }
77
75
/>
78
76
79
77
{ isDealer ? (
You can’t perform that action at this time.
0 commit comments