Skip to content

Commit d292980

Browse files
committed
Update powered_by_listennotes.png path.
1 parent e095aa0 commit d292980

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component } from 'react';
22
import './App.less';
33
import axios from 'axios'
4-
import poweredByImage from './assets/powered_by_listennotes.png';
4+
import poweredByImage from './powered_by_listennotes.png';
55

66
const BACKEND_ROOT_URL = 'http://localhost:8000'
77
const RESULTS_PER_PAGE = 10

0 commit comments

Comments
 (0)