mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
chore: remove heartbeat audio
This commit is contained in:
parent
f43a378697
commit
121a8f204c
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
import { GiWindchimes } from 'react-icons/gi/index';
|
import { GiWindchimes } from 'react-icons/gi/index';
|
||||||
import { BsFillKeyboardFill } from 'react-icons/bs/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 { MdSmartToy } from 'react-icons/md/index';
|
||||||
import { TbBowlFilled } from 'react-icons/tb/index';
|
import { TbBowlFilled } from 'react-icons/tb/index';
|
||||||
import { RiFilePaper2Fill } from 'react-icons/ri/index';
|
import { RiFilePaper2Fill } from 'react-icons/ri/index';
|
||||||
@ -53,12 +53,6 @@ export const things: Category = {
|
|||||||
label: 'Ceiling Fan',
|
label: 'Ceiling Fan',
|
||||||
src: '/sounds/things/ceiling-fan.mp3',
|
src: '/sounds/things/ceiling-fan.mp3',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: <FaHeartbeat />,
|
|
||||||
id: 'heartbeat',
|
|
||||||
label: 'Heartbeat',
|
|
||||||
src: '/sounds/things/heartbeat.wav',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
title: 'Things',
|
title: 'Things',
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user