diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-10-20 23:52:51 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-10-20 23:52:51 -0700 |
| commit | cea2de404dbb4a377a431b168245277f4e36ee80 (patch) | |
| tree | 8b4bf30262d438075a3dc256aae9d143246b5f44 | |
| parent | 2807f398b95ab43ee80abd69b938aa76acb09e99 (diff) | |
add socialnavbar to coursework page
| -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 /> |
