mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
chore: add more sounds
This commit is contained in:
parent
624230843c
commit
eed5a1329d
BIN
public/sounds/nature/rowing-boat.mp3
Normal file
BIN
public/sounds/nature/rowing-boat.mp3
Normal file
Binary file not shown.
@ -2,7 +2,7 @@ import { GiWaterfall } from 'react-icons/gi/index';
|
||||
import { BsFire } from 'react-icons/bs/index';
|
||||
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
||||
import { FaWater, FaWind, FaLeaf, FaRegSnowflake } from 'react-icons/fa/index';
|
||||
import { TbScubaMask } from 'react-icons/tb/index';
|
||||
import { TbScubaMask, TbSailboat } from 'react-icons/tb/index';
|
||||
|
||||
import type { Category } from '../types';
|
||||
|
||||
@ -70,6 +70,12 @@ export const nature: Category = {
|
||||
label: 'Walk on Leaves',
|
||||
src: '/sounds/nature/walk-on-leaves.mp3',
|
||||
},
|
||||
{
|
||||
icon: <TbSailboat />,
|
||||
id: 'rowing-boat',
|
||||
label: 'Rowing Boat',
|
||||
src: '/sounds/nature/rowing-boat.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Nature',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user