From b37d8bec33b3f735b5a83367e1a83d6b85f0d1bb Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Fri, 18 Oct 2019 21:12:03 -0700 Subject: [PATCH] Hide tutorial button --- app/views/visitors/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml index 8fcb8ce3..a9f713ba 100644 --- a/app/views/visitors/index.html.haml +++ b/app/views/visitors/index.html.haml @@ -4,4 +4,4 @@ #main-menu = link_to 'Play Now', play_now_path = link_to 'Browse Tables', tables_path - = link_to 'Tutorial', '#' + -# = link_to 'Tutorial', '#'