We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e418 commit cfdba93Copy full SHA for cfdba93
1 file changed
pages/projects/index.jsx
@@ -23,11 +23,11 @@ export default function Projects({ groupedLinks, currentProjects }) {
23
24
<section className="current-projects py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16 lg:px-6">
25
<div className="mx-auto mb-8 max-w-screen-sm lg:mb-16">
26
- <h2 className="text-3xl mb-4">Current Projects 2025 Fall</h2>
+ <h2 className="text-3xl mb-4">Current Projects Winter 2026</h2>
27
<h3>
28
More project details are on our{" "}
29
<a
30
- href="https://mdst-club.notion.site/Fall-2025-Project-Directory-25dc107f9e9580f9beb0f7c64595ef1d"
+ href="https://mdst-club.notion.site/winter-2026-project-directory"
31
style={{
32
color: "#C8BAF3",
33
fontWeight: "bold",
0 commit comments