Skip to content

Commit

Permalink
Fixed black curve being shifted over 2 pixels on Firefox and made it …
Browse files Browse the repository at this point in the history
…non-draggable.
  • Loading branch information
MazharulIslam-Naim committed Aug 17, 2023
1 parent 7df8773 commit b8de842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/images/PlayerWelcome/BlackCurve.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ exports[`PlayerWelcome renders player-welcome page unchanged 1`] = `
class="black_curve"
data-nimg="1"
decoding="async"
draggable="false"
height="40"
id="black_curve"
loading="lazy"
Expand Down
1 change: 1 addition & 0 deletions src/pages/player-welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function PlayerWelcome() {
src={BlackCurve}
alt="Black Curve"
id="black_curve"
draggable={false}
/>
</div>

Expand Down

0 comments on commit b8de842

Please sign in to comment.