diff --git a/src/components/homepage/homeNavBoxes.js b/src/components/homepage/homeNavBoxes.js index 94bac539..ca959439 100644 --- a/src/components/homepage/homeNavBoxes.js +++ b/src/components/homepage/homeNavBoxes.js @@ -38,7 +38,6 @@ const FeatureList = [ title: 'Your profile', icon: 'img/icons/your-profile.svg', items: [ - {url: "docs/your-profile/registration", text: "Registration"}, {url: "docs/your-profile/activity", text: "Activity"}, {url: "docs/your-profile/reading-history", text: "Reading history"}, {url: "docs/your-profile/weekly-goal", text: "Weekly Reading Goal"}, @@ -47,6 +46,15 @@ const FeatureList = [ {url: "docs/your-profile/deleting-your-profile", text: "Deleting your profile"}, ] }, + { + title: 'Squads', + icon: 'img/icons/squads.svg', + items: [ + {url: "docs/squads/creating-your-squad", text: "Creating Your Squad"}, + {url: "docs/squads/growing-your-squad", text: "Growing Your Squad"}, + {url: "docs/your-profile/managing-your-squad", text: "Managing Your Squad"}, + ] + }, { title: 'Customization', icon: 'img/icons/customization.svg', diff --git a/static/img/icons/squads.svg b/static/img/icons/squads.svg new file mode 100644 index 00000000..9889450a --- /dev/null +++ b/static/img/icons/squads.svg @@ -0,0 +1,7 @@ + + + Icon/Marketing/Squad/Outline + + + + \ No newline at end of file