revert menu icon to its original view

This commit is contained in:
Hanusiak Piotr 2021-12-07 14:01:30 +01:00
parent e62ad6b9c9
commit b36f39d3d9
2 changed files with 5 additions and 18 deletions

View file

@ -1,7 +1,7 @@
<script lang="typescript">
import { onDestroy } from 'svelte';
import { onDestroy } from "svelte";
import { gameManager } from '../../Phaser/Game/GameManager';
import { gameManager } from "../../Phaser/Game/GameManager";
export let userId: number;
export let placeholderSrc: string;
@ -17,7 +17,7 @@ import { onDestroy } from 'svelte';
onDestroy(unsubscribe);
</script>
<img src={src} alt="" class="nes-pointer">
<img {src} alt="" class="nes-pointer" />
<style>
img {
@ -31,4 +31,4 @@ import { onDestroy } from 'svelte';
padding: 0;
image-rendering: pixelated;
}
</style>
</style>