From e072eeffd3b8677d9a145f1fa26ba90293fac90f Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Fri, 11 Jun 2021 15:23:17 -0400 Subject: [PATCH] removes "new" tags from homepage tiles --- api/homeRoute.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/api/homeRoute.js b/api/homeRoute.js index 73fa191a2..4b6d91c85 100644 --- a/api/homeRoute.js +++ b/api/homeRoute.js @@ -10,13 +10,13 @@ module.exports = function(app) { const carousels = []; const newProfiles = [ - "congressional-district-5-ga", - "congressional-district-50-ca", - "congressional-district-4-tx", - "congressional-district-11-nc", - "congressional-district-1-oh", // congressional districts - "6222", "45221", "7112", "517311", "5241", // 2018 PUMS Industries - "311131", "15124X", "395092", "253041", "271024" // 2018 PUMS Occupations + // "congressional-district-5-ga", + // "congressional-district-50-ca", + // "congressional-district-4-tx", + // "congressional-district-11-nc", + // "congressional-district-1-oh", // congressional districts + // "6222", "45221", "7112", "517311", "5241", // 2018 PUMS Industries + // "311131", "15124X", "395092", "253041", "271024" // 2018 PUMS Occupations ]; carousels.push({ @@ -25,7 +25,7 @@ module.exports = function(app) { rank: 1, footer: "View Builder", url: "/visualize", - new: true, + new: false, tiles: [ { title: "Department of Interior Spending by State",