quick fix
This commit is contained in:
@ -38,7 +38,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
||||
<Skeleton className="mr-2 inline-block h-8 w-8" />
|
||||
) : (
|
||||
<img
|
||||
src={`/jacketArt/${jacketPath}`}
|
||||
src={`/JacketArt/${jacketPath}`}
|
||||
alt="Jacket"
|
||||
className="mr-2 inline-block h-8 w-8"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user