diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index bf7f9a3..26a19ca 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -4,7 +4,6 @@
WrestlingApp
- - <%= link_to "Home", root_path %>
<% if @tournament %>
- <%= link_to "Brackets" , "/static_pages/weights?tournament=#{@tournament.id}" %>
- <%= link_to "Upcoming Matches" , "/static_pages/up_matches?tournament=#{@tournament.id}" %>