Chris Oliver 6 years ago
parent
commit
18e6b8ac48

+ 1 - 1
app/views/home/index.html.erb

@@ -1,2 +1,2 @@
-<h1>Welcome to Spork!</h1>
+<h1>Welcome to Jumpstart!</h1>
 <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>

+ 1 - 1
app/views/shared/_head.html.erb

@@ -1,4 +1,4 @@
-<title>Spark</title>
+<title>Jumpstart</title>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 

+ 1 - 1
app/views/shared/_navbar.html.erb

@@ -7,7 +7,7 @@
 
 <nav class="navbar navbar-expand-md navbar-light bg-light">
   <div class="container">
-    <%= link_to "Spark", root_path, class: "navbar-brand" %>
+    <%= link_to "Jumpstart", root_path, class: "navbar-brand" %>
 
     <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMain" aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
       <span class="navbar-toggler-icon"></span>