mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
chore: add library sound
This commit is contained in:
parent
699f49bfa3
commit
309dd89a8c
2 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue