quick fix for updated file path

This commit is contained in:
Polaris 2024-07-14 21:32:07 -04:00
parent bd11022484
commit 2fba42092d

View File

@ -35,7 +35,7 @@ export const columns: ColumnDef<chunithm>[] = [
{jacketPath && (
// eslint-disable-next-line @next/next/no-img-element
<img
src={`/jackets/${jacketPath}`}
src={`/jacketArt/${jacketPath}`}
alt="Jacket"
className="w-8 h-8 inline-block mr-2"
/>