Skip to content

Commit

Permalink
Merge pull request #973 from 0xabdulkhalid/closes-issue-#962
Browse files Browse the repository at this point in the history
fix: play icon visibility on game cards ⚒️✨
  • Loading branch information
panwar8279 authored Aug 7, 2023
2 parents f2a7fe8 + b726edf commit e76a5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Homepage/Homepage/Play.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const TrianglePlayLogo = () => {
width="50px"
height="50px"
viewBox="0 0 130 120"
fill="none"
stroke="black"
fill="white"
stroke="#0007"
stroke-width="5"
>
<path
Expand Down

0 comments on commit e76a5bd

Please sign in to comment.