new toppers

This commit is contained in:
Kseninia Mikhaylova 2024-10-02 11:13:23 +03:00
parent 8d4df6d76c
commit e5922a11da
4 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export const toppers = [
{ name: 'Ровный', filename: 'icon_stolb_verh_3.svg', model: 'top' },
{ name: 'Вершина 1', filename: 'icon_stolb_verh_2.svg', model: 'decor1' },
{ name: 'Вершина 2', filename: 'icon_stolb_verh_1.svg', model: 'decor3' },
{ name: 'Вершина 2', filename: 'icon_stolb_verh_1.svg', model: 'decor2' },
].map((el, i) => Object.assign(el, { id: i }))
export const getFilename = (id: toppersIds) => {

Binary file not shown.