Add title to contributors
continuous-integration/drone/push Build is passing Details

This commit is contained in:
e26chiu 2022-12-30 19:13:33 -05:00
parent 7e51e4ee62
commit 97c49384f3
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import { BottomNav } from "@/components/BottomNav";
import { CenterWrapper } from "@/components/CenterWrapper";
import { Header } from "@/components/Header";
import { SectionHeader } from "@/components/SectionHeader";
import { Title } from "@/components/Title";
import styles from "./samplePage.module.css";
@ -38,6 +39,7 @@ export default function Contributors() {
return (
<div className={styles.page}>
<Header />
<Title>Contributors</Title>
<SectionHeader
title="Contributors"
subtitle="Huge thanks to all CSC members who have contributed to creating the first ever uWaterloo CS class profile!"