mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
chore: add library sound
This commit is contained in:
parent
699f49bfa3
commit
309dd89a8c
BIN
public/sounds/places/library.mp3
Normal file
BIN
public/sounds/places/library.mp3
Normal file
Binary file not shown.
@ -14,6 +14,7 @@ import {
|
||||
import { HiOfficeBuilding } from 'react-icons/hi/index';
|
||||
import { AiFillExperiment } from 'react-icons/ai/index';
|
||||
import { IoRestaurant } from 'react-icons/io5/index';
|
||||
import { FaBookOpen } from 'react-icons/fa6/index';
|
||||
|
||||
import type { Category } from '../types';
|
||||
|
||||
@ -111,6 +112,12 @@ export const places: Category = {
|
||||
label: 'Restaurant',
|
||||
src: '/sounds/places/restaurant.mp3',
|
||||
},
|
||||
{
|
||||
icon: <FaBookOpen />,
|
||||
id: 'library',
|
||||
label: 'Library',
|
||||
src: '/sounds/places/library.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Places',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user