Skip to content

Commit

Permalink
New icon file and fixed background-image path
Browse files Browse the repository at this point in the history
  • Loading branch information
RoflCopter24 committed Jan 21, 2018
1 parent fb443b3 commit 5732179
Show file tree
Hide file tree
Showing 3 changed files with 2 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": "FTVT",
"version": "2018.01.21.7",
"version": "2018.01.21",
"author": "Florian Vick <florian@florian-vick.de>",
"description": "A visualisation tool for football tactics",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/helpers/v-icon-soccer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
display: inline-block;
width: 24px;
height: 24px;
background: url('/static/Soccer-128.png') no-repeat center;
background: url('../../../../static/Soccer-128.png') no-repeat center;
background-size: contain;
margin-right: 6px;
}
Expand Down
Binary file added static/Soccer-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5732179

Please sign in to comment.