diff options
| -rw-r--r-- | src/pages/coursework.astro | 3 |
1 files changed, 2 insertions, 1 deletions
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; } </style> +<SocialNavbar /> |
