From dbdec9100d12adec9e50f4b75895340f41ed9019 Mon Sep 17 00:00:00 2001 From: Anicetus Date: Tue, 3 Jun 2025 12:33:15 -0500 Subject: [PATCH] Update _sidebar.html.erb --- app/views/guides/_sidebar.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/guides/_sidebar.html.erb b/app/views/guides/_sidebar.html.erb index 3f0f957..8abc9d2 100644 --- a/app/views/guides/_sidebar.html.erb +++ b/app/views/guides/_sidebar.html.erb @@ -8,13 +8,11 @@

The guides!

- - <%= link_to "YOUR PROJECT TYPE", guides_page_path(".MD FILE NAME"), class: "#{current_page?(guides_page_path(".MD FILE NAME")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %> <%# HEY HACKCLUBBERS! Copy this line!! %> - - <%= link_to "Game Console", guides_page_path("game-console"), class: "#{current_page?(guides_page_path("game-console")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %> <%= link_to "CoreXY", guides_page_path("corexy"), class: "#{current_page?(guides_page_path("corexy")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 px-6 rounded transition duration-100 block font-dystopian" %> + <%# Paste your guide thingy right above here! %> + <%# <%= link_to "Other communities", guides_page_path("faq"), class: "#{current_page?(guides_page_path("submit")) ? 'bg-[#564CAD]' : 'hover:bg-[#564CAD]'} bg-[#2E2A54] p-2 rounded transition duration-100 block font-dystopian" %>