Skip to content

Commit

Permalink
chore: add more sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Jan 29, 2024
1 parent d96461d commit 1f12afa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added public/sounds/places/carousel.mp3
Binary file not shown.
Binary file added public/sounds/places/supermarket.mp3
Binary file not shown.
16 changes: 14 additions & 2 deletions src/data/sounds/places.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 { GiVillage } from 'react-icons/gi/index';
import { GiVillage, GiCarousel } from 'react-icons/gi/index';
import {
MdTempleBuddhist,
MdConstruction,
Expand Down Expand Up @@ -75,6 +75,18 @@ export const places: Category = {
label: 'Office',
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',
};

0 comments on commit 1f12afa

Please sign in to comment.