Skip to content

Commit

Permalink
Fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Aug 18, 2023
1 parent f0992aa commit bef6359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hud/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const props = defineProps<{
display: inline-block;
width: 16px;
height: 16px;
background: url(/open-td/src/assets/icons.png) var(--column) var(--row);
background: url(../../assets/icons.png) var(--column) var(--row);
image-rendering: pixelated;
}
</style>

0 comments on commit bef6359

Please sign in to comment.