Move placeholders to directory
This commit is contained in:
parent
562d52a626
commit
60879b24f5
5 changed files with 2 additions and 2 deletions
|
|
@ -75,8 +75,8 @@ const WeaponUnit = (props: Props) => {
|
|||
|
||||
function placeholderImageUrl() {
|
||||
return props.unitType == 0
|
||||
? '/images/placeholder-main.png'
|
||||
: '/images/placeholder-grid.png'
|
||||
? '/images/placeholders/placeholder-weapon-main.png'
|
||||
: '/images/placeholders/placeholder-weapon-grid.png'
|
||||
}
|
||||
|
||||
function awakeningImage() {
|
||||
|
|
|
|||
BIN
public/images/placeholders/placeholder-summon-grid.png
Normal file
BIN
public/images/placeholders/placeholder-summon-grid.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 479 B |
BIN
public/images/placeholders/placeholder-summon-main.png
Normal file
BIN
public/images/placeholders/placeholder-summon-main.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue