diff --git a/frontend/files/records/app.js b/frontend/files/records/app.js index ec9ba60..e144cde 100644 --- a/frontend/files/records/app.js +++ b/frontend/files/records/app.js @@ -131,7 +131,7 @@ function RecordTemplate({ year, discogsURL, }) { - return `${coverURL ? `` : ""} + return `${coverURL ? `` : ""}

${name}

${artists.join(", ")}

${identifier}
@@ -149,7 +149,7 @@ function RecordTemplate({ function TableRowTemplate({ name, coverURL, discogsURL }) { return `
- + ${name}