forked from PolarisPyra/daphnis
quick fix for updated file path
This commit is contained in:
parent
bd11022484
commit
2fba42092d
@ -35,7 +35,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
|||||||
{jacketPath && (
|
{jacketPath && (
|
||||||
// eslint-disable-next-line @next/next/no-img-element
|
// eslint-disable-next-line @next/next/no-img-element
|
||||||
<img
|
<img
|
||||||
src={`/jackets/${jacketPath}`}
|
src={`/jacketArt/${jacketPath}`}
|
||||||
alt="Jacket"
|
alt="Jacket"
|
||||||
className="w-8 h-8 inline-block mr-2"
|
className="w-8 h-8 inline-block mr-2"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user