mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
chore: relocate underwater audio
This commit is contained in:
parent
c1c3945d43
commit
37bad8149e
3 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,6 @@ import { GiWaterfall } from 'react-icons/gi/index';
|
|||
import { BsFire, BsFillDropletFill } 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 type { Category } from '../types';
|
||||
|
||||
|
|
@ -52,12 +51,6 @@ export const nature: Category = {
|
|||
label: 'Waterfall',
|
||||
src: '/sounds/nature/waterfall.mp3',
|
||||
},
|
||||
{
|
||||
icon: <TbScubaMask />,
|
||||
id: 'underwater',
|
||||
label: 'Underwater',
|
||||
src: '/sounds/nature/underwater.mp3',
|
||||
},
|
||||
{
|
||||
icon: <FaRegSnowflake />,
|
||||
id: 'walk-in-snow',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
||||
import { FaChurch } from 'react-icons/fa/index';
|
||||
import { TbScubaMask } from 'react-icons/tb/index';
|
||||
import {
|
||||
MdTempleBuddhist,
|
||||
MdConstruction,
|
||||
|
|
@ -42,6 +43,12 @@ export const places: Category = {
|
|||
label: 'Construction Site',
|
||||
src: '/sounds/places/construction-site.mp3',
|
||||
},
|
||||
{
|
||||
icon: <TbScubaMask />,
|
||||
id: 'underwater',
|
||||
label: 'Underwater',
|
||||
src: '/sounds/places/underwater.mp3',
|
||||
},
|
||||
],
|
||||
title: 'Places',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue