Skip to content

Commit

Permalink
feat: add new conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
bossley9 committed Nov 10, 2024
1 parent fd4fd1d commit b8a5fe1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion src/data/conferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ export type Conference = {
};

export const conferences: Conference[] = [
{
id: "25character",
date: "03/28/2025",
type: "SC",
title: "Redefining Culture and Identity to Grow Our Own Character Arcs",
host: "Indiana University Bloomington",
city: "Bloomington",
state: "IN",
isApproxDate: false,
bid: "",
},
{
id: "24lotus",
date: "11/09/2024",
type: "MX",
title: "Living like the Lotus: Blooming in the Face of Adversity",
host: "The University of Kansas",
city: "Lawrence",
state: "KS",
isApproxDate: false,
bid: "",
},
{
id: "24transforming",
date: "04/05/2024",
Expand Down Expand Up @@ -896,4 +918,3 @@ export const conferences: Conference[] = [
bid: "",
},
];

2 changes: 1 addition & 1 deletion src/pages/conferences/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function () {
return (
<BaseLayout title="Conferences">
<Container>
<TextBlock title="Past Conferences">
<TextBlock title="Conferences">
<p class="tc">
Below is a summary of all conferences that MAASU has aided in
hosting or organizing.
Expand Down

0 comments on commit b8a5fe1

Please sign in to comment.