aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-10-20 23:52:51 -0700
committerPinapelz <yukais@pinapelz.com>2023-10-20 23:52:51 -0700
commitcea2de404dbb4a377a431b168245277f4e36ee80 (patch)
tree8b4bf30262d438075a3dc256aae9d143246b5f44
parent2807f398b95ab43ee80abd69b938aa76acb09e99 (diff)
add socialnavbar to coursework page
-rw-r--r--src/pages/coursework.astro3
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 />
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage