Skip to content

Commit e8d0176

Browse files
Quick push to try and force github pages to update
1 parent cd2be1a commit e8d0176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/(Pages)/Announcements/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const Page = () => {
1313
<div className="bg-white">
1414
<Navbar />
1515
<Body>
16+
1617
{/*<div className="content-center w-11/12 mx-auto bg-transparent min-h-screen px-5 py-5">*/}
1718
<H1>Announcements</H1>
1819
{articlesMD !== null && (<AnnouncementArticleList articles={articlesMD} />)}

0 commit comments

Comments
 (0)