mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user