🖼️ Relocating screenshots (#70)

* 🔧 Updated date for PullList on Dashboard

* 🔧 Fixes for broken image paths

* 🖼️ Updated screenshot links in README
This commit was merged in pull request #70.
This commit is contained in:
2023-03-15 14:04:49 -04:00
committed by GitHub
parent 79f9b22fad
commit c5dd1abcdd
7 changed files with 7 additions and 7 deletions

View File

@@ -83,14 +83,14 @@ export const RecentlyImported = ({
{/* Raw file presence */}
{isNil(rawFileDetails) && (
<span className="icon custom-icon is-small has-text-danger mr-2">
<img src="/src/client/img/missing-file.svg" />
<img src="/src/client/assets/img/missing-file.svg" />
</span>
)}
{/* ComicInfo.xml presence */}
{!isNil(comicInfo) && !isEmpty(comicInfo) && (
<span className="icon custom-icon is-small has-text-danger">
<img
src="/src/client/img/comicinfoxml.svg"
src="/src/client/assets/img/comicinfoxml.svg"
alt={"ComicInfo.xml file detected."}
/>
</span>

View File

@@ -87,7 +87,7 @@ export const WantedComicsList = ({
)}
{!isEmpty(locg) && (
<span className="icon custom-icon">
<img src="/src/client/img/locglogo.svg" />
<img src="/src/client/assets/img/locglogo.svg" />
</span>
)}
{/* Issue type */}