From 0c0be1e9f124d74bd8c3c8ab1b33330c12907fff Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Mon, 30 Aug 2021 19:19:53 -0400 Subject: [PATCH] Change base to 'CSC - University of Waterloo' --- components/Title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Title.tsx b/components/Title.tsx index 70911b36..a9a000fc 100644 --- a/components/Title.tsx +++ b/components/Title.tsx @@ -9,7 +9,7 @@ export function Title(props: Props) { const children = typeof props.children === "string" ? [props.children] : props.children; - children.push("UWaterloo Computer Science Club"); + children.push("CSC", "University of Waterloo"); return (