🔧 Fixed some static paths

This commit is contained in:
2021-10-27 22:04:01 -07:00
parent f5879e25fe
commit e70994c032
9 changed files with 51 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ export const AcquisitionPanel = (
onClick={() => getDCPPSearchResults(dcppQuery)}
>
<span className="icon is-small">
<img src="/dist/img/airdcpp_logo.svg" />
<img src="/img/airdcpp_logo.svg" />
</span>
<span className="airdcpp-text">Search on AirDC++</span>
</button>