From 5fd74ac744e939b22e8f45e821ab989614069ebc Mon Sep 17 00:00:00 2001 From: Kyle Calica Date: Tue, 10 Sep 2024 10:22:56 -0700 Subject: [PATCH] Update index.tsx add line for Pre-Reqs PDF.pdf in forms page --- templates/FormsPage/Main/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/FormsPage/Main/index.tsx b/templates/FormsPage/Main/index.tsx index 5b557c2..f98b349 100644 --- a/templates/FormsPage/Main/index.tsx +++ b/templates/FormsPage/Main/index.tsx @@ -8,6 +8,7 @@ const Main = ({ }: MainProps) => (
Important Information
+

Merit Badge Prerequisites

2024 Event Schedule

AMvPM

AdvanceCamp 2024 Leaders' Guide

@@ -27,4 +28,4 @@ const Main = ({ }: MainProps) => (
); -export default Main; \ No newline at end of file +export default Main;