Skip to content

Commit

Permalink
bumps stories to the last home carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 18, 2019
1 parent 51ce6ce commit 113464a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/homeRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module.exports = function(app) {
carousels.push({
title: "Jobs",
icon: "/icons/dimensions/PUMS Occupation - White.svg",
rank: 5,
rank: 4,
footer: "520 more",
url: "/search/?kind=soc",
tiles: occupations
Expand All @@ -170,7 +170,7 @@ module.exports = function(app) {
carousels.push({
title: "Degrees",
icon: "/icons/dimensions/CIP - White.svg",
rank: 8,
rank: 5,
footer: "2,314 more",
url: "/search/?kind=cip",
tiles: courses
Expand Down Expand Up @@ -231,7 +231,7 @@ module.exports = function(app) {
carousels.push({
title: "Latest Stories",
icon: "/icons/sections/about.svg",
rank: 4,
rank: 8,
footer: `${stories.length - 5} more`,
url: "/story",
tiles: stories.slice(0, 5).map(story => ({
Expand Down

0 comments on commit 113464a

Please sign in to comment.