chore: add library sound

This commit is contained in:
MAZE 2025-02-18 20:14:57 +03:30
parent 699f49bfa3
commit 309dd89a8c
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -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',
};