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 (