mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
added logos
This commit is contained in:
parent
03c3945cc5
commit
add943fd81
8 changed files with 6 additions and 7 deletions
|
@ -1,12 +1,11 @@
|
|||
export const LOGOS = {
|
||||
default: ['Без лого', null, 'bottom-right'],
|
||||
nvs: ['НВС', 'http://map.vault48.org/misc/lgo.png', 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', 'http://map.vault48.org/misc/pin-mix.png', 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', 'http://map.vault48.org/misc/jw.png', 'top-right'],
|
||||
pedals: ['Усталые Педальки', 'http://map.vault48.org/misc/pedals.png', 'bottom-right'],
|
||||
rider: ['Райдер', 'http://map.vault48.org/misc/rider.png', 'bottom-right'],
|
||||
rider_evening: ['Вечерние городские', '/misc/rider_evening.png', 'top-right'],
|
||||
fas: ['Алкоспорт', '/misc/fas.png', 'bottom-right'],
|
||||
nvs: ['НВС', require('../sprites/logos/lgo.png'), 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', require('../sprites/logos/pin-mix.png'), 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', require('../sprites/logos/jw.png'), 'top-right'],
|
||||
pedals: ['Усталые Педальки', require('../sprites/logos/pedals.png'), 'bottom-right'],
|
||||
rider: ['Райдер', require('../sprites/logos/rider.png'), 'bottom-right'],
|
||||
rider_evening: ['Вечерние городские', require('../sprites/logos/rider_evening.png'), 'top-right'],
|
||||
};
|
||||
|
||||
export const DEFAULT_LOGO = 'nvs';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue