diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json
index f061c87bc76..3ad688a901c 100644
--- a/seed_data/coursewares.json
+++ b/seed_data/coursewares.json
@@ -974,7 +974,7 @@
},
{
"_id": "bd7158d8c443eddfaeb5bdee",
- "name": "Basejump: Build a Pintrest Clone",
+ "name": "Basejump: Build a Pinterest Clone",
"difficulty": 2.05,
"challengeSeed": "123488494",
"description": [
@@ -986,11 +986,11 @@
"User Story: As an unauthenticated user, I can login with Twitter.",
"User Story: As an authenticated user, I can link to images.",
"User Story: As an authenticated user, I can delete images that I've linked to.",
- "User Story: As an authenticated user, I can see a Pintrest-style wall of all the images I've linked to.",
+ "User Story: As an authenticated user, I can see a Pinterest-style wall of all the images I've linked to.",
"User Story: As an unauthenticated user, I can browse other users' walls of images.",
"User Story: As an unauthenticated user, I can see everyone's polls, but not be able to vote.",
"Bonus User Story: As an authenticated user, if I upload an image that is broken, it will be replaced by a placeholder image. (can use jQuery broken image detection)",
- "Hint: Masonry.js is a library that allows for Pintrest-style image grids.",
+ "Hint: Masonry.js is a library that allows for Pinterest-style image grids.",
"Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your Github repository and your live app running on Heroku. If you pair programmed with a friend, enter his or her Free Code Camp username as well so that you both get credit for completing it.",
"If you'd like immediate feedback on your project, click this button and paste in a link to your Heroku project. Otherwise, we'll review it before you start your nonprofit projects.
Click here then add your link to your tweet's text"
],
diff --git a/views/partials/navbar.jade b/views/partials/navbar.jade
index ff2ce4dae33..43a1b367fa9 100644
--- a/views/partials/navbar.jade
+++ b/views/partials/navbar.jade
@@ -9,7 +9,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
span.icon-bar
span.icon-bar
a.navbar-brand(href='/')
- img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg.gz', alt='learn to code javascript at Free Code Camp logo')
+ img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/SaturdaySummit.svg', alt='learn to code javascript at Free Code Camp logo')
.collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right.hamburger-dropdown