Remove "Users" heading in wizard homepage preview
This commit is contained in:
parent
3e1e9fce7e
commit
916219f48e
@ -387,7 +387,6 @@ export default createPreviewComponent(659, 320, {
|
||||
ctx.fillStyle = textColor;
|
||||
ctx.font = `${bodyFontSize * 0.9}em 'Arial'`;
|
||||
ctx.fillText("Topic", cols[0], headingY);
|
||||
ctx.fillText("Users", cols[1], headingY);
|
||||
ctx.fillText("Replies", cols[2], headingY);
|
||||
ctx.fillText("Views", cols[3], headingY);
|
||||
ctx.fillText("Activity", cols[4], headingY);
|
||||
|
||||
Reference in New Issue
Block a user