mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-20 15:24:47 +07:00
Logo selecting dialog
This commit is contained in:
parent
8333807b31
commit
eaa3594bf9
13 changed files with 210 additions and 3862 deletions
src/constants
10
src/constants/logos.js
Normal file
10
src/constants/logos.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
export const LOGOS = {
|
||||
default: ['Без логотипа', null, 'bottom-right'],
|
||||
nvs: ['НВС', '/misc/lgo.png', 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', '/misc/pin-mix.png', 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', '/misc/jw.png', 'top-right'],
|
||||
pedals: ['Усталые Педальки', '/misc/pedals.png', 'bottom-right'],
|
||||
rider: ['Райдер', '/misc/rider.png', 'bottom-right'],
|
||||
// rider_evening: ['Вечерние городские', '/misc/rider_evening.png', 'top-right'],
|
||||
// fas: ['Алкоспорт', '/misc/fas.png', 'bottom-right'],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue