diff --git a/app/views/home/_header.html.erb b/app/views/home/_header.html.erb index 0854e2f..f2906d6 100644 --- a/app/views/home/_header.html.erb +++ b/app/views/home/_header.html.erb @@ -1,5 +1,6 @@ + <%= link_to 'Friend App', root_path, class:"navbar-brand" %> @@ -9,10 +10,16 @@ <%= link_to 'About Us', home_about_path, class:"nav-link" %> - + + <%= link_to 'Friends', friends_path, class:"nav-link" %> + + + <%= link_to 'Add Friend', new_friend_path, class:"nav-link" %> + +