You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdss-website/src/app/events/page.tsx
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,6 @@ import Card from "@/app/components/event-card/event";
4
4
typeEventData=React.ComponentProps<typeofCard>;
5
5
6
6
constupcoming: EventData[]=[
7
-
{
8
-
title: "SQL Workshop: Real-World Data Applications!",
9
-
date: "Nov 18, 2025 • 6–9 PM",
10
-
location: "SS 2110, UTSG",
11
-
description: "Learn the SQL essentials that power real-world data solutions, from core commands and query logic to optimization and interview-ready problem solving!",
title: "SQL Workshop: Real-World Data Applications!",
26
+
date: "Nov 18, 2025 • 6–9 PM",
27
+
location: "SS 2110, UTSG",
28
+
description: "Learn the SQL essentials that power real-world data solutions, from core commands and query logic to optimization and interview-ready problem solving!",
0 commit comments