From cea2de404dbb4a377a431b168245277f4e36ee80 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 20 Oct 2023 23:52:51 -0700 Subject: add socialnavbar to coursework page --- src/pages/coursework.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/coursework.astro b/src/pages/coursework.astro index 60e44af..b63a68c 100644 --- a/src/pages/coursework.astro +++ b/src/pages/coursework.astro @@ -1,7 +1,7 @@ --- import Layout from "../layouts/Layout.astro"; +import SocialNavbar from "../components/SocialNavbar.astro"; -// Replace the arrays below with your actual coursework data const icsCourses = [ { title: "I&C SCI 31 - Introduction to Programming", @@ -185,3 +185,4 @@ const in4mtxCourses = [ color: white; } + -- cgit v1.2.3