Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf6f242

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /