mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
chore: add more sounds
This commit is contained in:
parent
d96461d1ea
commit
1f12afa394
3 changed files with 14 additions and 2 deletions
BIN
public/sounds/places/carousel.mp3
Normal file
BIN
public/sounds/places/carousel.mp3
Normal file
Binary file not shown.
BIN
public/sounds/places/supermarket.mp3
Normal file
BIN
public/sounds/places/supermarket.mp3
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
||||||
import { FaChurch, FaSubway } from 'react-icons/fa/index';
|
import { FaChurch, FaSubway, FaShoppingBasket } from 'react-icons/fa/index';
|
||||||
import { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
|
import { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
|
||||||
import { GiVillage } from 'react-icons/gi/index';
|
import { GiVillage, GiCarousel } from 'react-icons/gi/index';
|
||||||
import {
|
import {
|
||||||
MdTempleBuddhist,
|
MdTempleBuddhist,
|
||||||
MdConstruction,
|
MdConstruction,
|
||||||
|
|
@ -75,6 +75,18 @@ export const places: Category = {
|
||||||
label: 'Office',
|
label: 'Office',
|
||||||
src: '/sounds/places/office.mp3',
|
src: '/sounds/places/office.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <FaShoppingBasket />,
|
||||||
|
id: 'supermarket',
|
||||||
|
label: 'Supermarket',
|
||||||
|
src: '/sounds/places/supermarket.mp3',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <GiCarousel />,
|
||||||
|
id: 'carousel',
|
||||||
|
label: 'Carousel',
|
||||||
|
src: '/sounds/places/carousel.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Places',
|
title: 'Places',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue