Skip to content

Commit

Permalink
Update seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed May 23, 2019
1 parent ddfa78f commit e5a4eec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/dataSeeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ var dataSeeder = function () {
var feature1 = new Feature({
position : 0,
isFeatured : true,
title : "AngularJS JumpStart",
text : "The most productive way to learn AngularJS! JumpStart your learning with this step-by-step video course!",
title : "Angular JumpStart",
text : "The most productive way to learn Angular! JumpStart your learning with this step-by-step video course!",
highlightText : "Over 6 hours of content!",
link : "/products/training",
linkText : "Get Details",
Expand All @@ -92,12 +92,12 @@ var dataSeeder = function () {
var feature2 = new Feature({
position : 3,
isFeatured: true,
title : "AngularJS Custom Directives",
text : "Dive in to AngularJS and learn how to build custom directives!",
highlightText : "Advanced AngularJS Content!",
title : "Angular Custom Directives",
text : "Dive in to Angular and learn how to build custom directives!",
highlightText : "Advanced Angular Content!",
link : "/products/training",
linkText : "Get Details",
highlightText : "Advanced AngularJS Content!",
highlightText : "Advanced Angular Content!",
backgroundImageUrl : "/img/background_man_couch_1920x500.jpg"
});

Expand Down

0 comments on commit e5a4eec

Please sign in to comment.