FIX: Homepage preview category names were broken

This commit is contained in:
Martin Brennan 2024-12-03 14:17:02 +10:00
parent 11fb5ac5d3
commit c03d6919be
No known key found for this signature in database
GPG Key ID: BD981EFEEC8F5675
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ export default class HomepagePreview extends PreviewBaseComponent {
ctx.fillStyle = colors.primary;
ctx.fillText(
category.displayName,
category.name,
cols[0] + badgeSize * 2,
y + rowHeight * 0.73
);