chore: remove heartbeat audio

This commit is contained in:
MAZE 2023-12-28 21:53:16 +03:30
parent f43a378697
commit 121a8f204c
2 changed files with 1 additions and 7 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
import { GiWindchimes } from 'react-icons/gi/index';
import { BsFillKeyboardFill } from 'react-icons/bs/index';
import { FaKeyboard, FaClock, FaFan, FaHeartbeat } from 'react-icons/fa/index';
import { FaKeyboard, FaClock, FaFan } from 'react-icons/fa/index';
import { MdSmartToy } from 'react-icons/md/index';
import { TbBowlFilled } from 'react-icons/tb/index';
import { RiFilePaper2Fill } from 'react-icons/ri/index';
@ -53,12 +53,6 @@ export const things: Category = {
label: 'Ceiling Fan',
src: '/sounds/things/ceiling-fan.mp3',
},
{
icon: <FaHeartbeat />,
id: 'heartbeat',
label: 'Heartbeat',
src: '/sounds/things/heartbeat.wav',
},
],
title: 'Things',
};