Skip to content

Commit

Permalink
fix: change icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 26, 2023
1 parent 759e6b0 commit c184246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { BiSolidTree, BiWater } from 'react-icons/bi/index';
import { FaWater, FaWind, FaLeaf, FaDog, FaFrog } from 'react-icons/fa/index';
import { PiBirdFill, PiTentFill } from 'react-icons/pi/index';
import { MdOutlineThunderstorm } from 'react-icons/md/index';
import { TbScubaMask } from 'react-icons/tb';
import { TbScubaMask } from 'react-icons/tb/index';

// const defaultIcon = <BsSoundwave />;

Expand Down

0 comments on commit c184246

Please sign in to comment.