🤳🏼 Updated icon for ComicInfo.xml file

This commit is contained in:
2022-03-18 23:17:50 -07:00
parent b1b4070867
commit 4e2a91a1ce
2 changed files with 8 additions and 5 deletions

View File

@@ -83,7 +83,10 @@ export const RecentlyImported = ({
{/* ComicInfo.xml presence */}
{!isNil(sourcedMetadata.comicInfo) && (
<span className="icon custom-icon is-small has-text-danger">
<img src="/img/comicinfoxml.svg" />
<img
src="/img/comicinfoxml.svg"
alt={"ComicInfo.xml file detected."}
/>
</span>
)}
{/* Issue type */}