mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
chore: relocate underwater audio
This commit is contained in:
@@ -2,7 +2,6 @@ import { GiWaterfall } from 'react-icons/gi/index';
|
|||||||
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
|
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
|
||||||
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
||||||
import { FaWater, FaWind, FaLeaf, FaRegSnowflake } from 'react-icons/fa/index';
|
import { FaWater, FaWind, FaLeaf, FaRegSnowflake } from 'react-icons/fa/index';
|
||||||
import { TbScubaMask } from 'react-icons/tb/index';
|
|
||||||
|
|
||||||
import type { Category } from '../types';
|
import type { Category } from '../types';
|
||||||
|
|
||||||
@@ -52,12 +51,6 @@ export const nature: Category = {
|
|||||||
label: 'Waterfall',
|
label: 'Waterfall',
|
||||||
src: '/sounds/nature/waterfall.mp3',
|
src: '/sounds/nature/waterfall.mp3',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: <TbScubaMask />,
|
|
||||||
id: 'underwater',
|
|
||||||
label: 'Underwater',
|
|
||||||
src: '/sounds/nature/underwater.mp3',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: <FaRegSnowflake />,
|
icon: <FaRegSnowflake />,
|
||||||
id: 'walk-in-snow',
|
id: 'walk-in-snow',
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
||||||
import { FaChurch } from 'react-icons/fa/index';
|
import { FaChurch } from 'react-icons/fa/index';
|
||||||
|
import { TbScubaMask } from 'react-icons/tb/index';
|
||||||
import {
|
import {
|
||||||
MdTempleBuddhist,
|
MdTempleBuddhist,
|
||||||
MdConstruction,
|
MdConstruction,
|
||||||
@@ -42,6 +43,12 @@ export const places: Category = {
|
|||||||
label: 'Construction Site',
|
label: 'Construction Site',
|
||||||
src: '/sounds/places/construction-site.mp3',
|
src: '/sounds/places/construction-site.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <TbScubaMask />,
|
||||||
|
id: 'underwater',
|
||||||
|
label: 'Underwater',
|
||||||
|
src: '/sounds/places/underwater.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Places',
|
title: 'Places',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user