quick fix

This commit is contained in:
Polaris
2024-08-09 16:54:46 -04:00
parent d3acd9377c
commit a2f5febb60
7 changed files with 14 additions and 14 deletions

View File

@ -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"
/>