Skip to content

Commit bf6f242

Browse files
committed
fix: move static file to static dir
1 parent e557bab commit bf6f242

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/components/blob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Flex, Spinner, useColorModeValue } from '@chakra-ui/react';
44
import React, { useRef, useState } from 'react';
55
import * as Patterns from '../patterns';
6-
import LoadingImg from '/assets/loadingimg.png';
6+
import LoadingImg from '../images/loadingimg.png';
77

88
const Blob = ({
99
size,

src/components/randomizer-btn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import React from 'react';
44
import { Button } from '@chakra-ui/react';
55
import useSound from 'use-sound';
6-
import boopSfx from '/assets/spring.mp3';
6+
import boopSfx from '/static/spring.mp3';
77

88
import { createRandomBlob } from '../utilities';
99
import { dynamic } from '../state';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)