🔧 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>

View File

@@ -5,14 +5,14 @@ const Navbar: React.FunctionComponent = (props) => {
return (
<nav className="navbar is-fixed-top">
<div className="navbar-brand">
<a className="navbar-item" href="http://bulma.io">
<Link to="/" className="navbar-item">
<img
src="public/threetwo.png"
src="/img/threetwo.svg"
alt="ThreeTwo! A comic book curator"
width="112"
height="28"
/>
</a>
</Link>
<a className="navbar-item is-hidden-desktop">
<span className="icon">

View File

@@ -66,7 +66,7 @@ export const RecentlyImported = ({
<div className="content is-flex is-flex-direction-row">
{!isNil(sourcedMetadata.comicvine) && (
<span className="icon cv-icon is-small">
<img src="/dist/img/cvlogo.svg" />
<img src="/img/cvlogo.svg" />
</span>
)}
{/* Raw file presence */}