Skip to content

Commit 60c8e79

Browse files
committed
Move all assets into static folder
Fixes #187
1 parent b1c7c24 commit 60c8e79

38 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/components/Table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import 'react-toggle/style.css';
2929
import './styles.scss';
3030
import PatternFrequencies from '../PatternFrequencies';
3131

32-
const iconPath = `${process.env.PUBLIC_URL}/assets/icons/`;
32+
const iconPath = `${process.env.PUBLIC_URL}/static/icons/`;
3333

3434
const Table = () => {
3535
const [resetCount, setResetCount] = useState(0);

0 commit comments

Comments
 (0)