From 916219f48eeb4aebf8a0fcfb82c2af624942ee97 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 21 Jan 2019 11:31:00 -0500 Subject: [PATCH] Remove "Users" heading in wizard homepage preview --- app/assets/javascripts/wizard/components/homepage-preview.js.es6 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/wizard/components/homepage-preview.js.es6 b/app/assets/javascripts/wizard/components/homepage-preview.js.es6 index 377b8deecaf..51574b24ed2 100644 --- a/app/assets/javascripts/wizard/components/homepage-preview.js.es6 +++ b/app/assets/javascripts/wizard/components/homepage-preview.js.es6 @@ -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);