Skip to content

Commit

Permalink
feat(footer): added acm info (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle authored Jan 24, 2024
1 parent e05ec12 commit 031b97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function SiteFooter() {
// </Link>,
]}
/>
{/* <FooterNav
<FooterNav
title={'ACM'}
linkClassName={'flex flex-row gap-1'}
links={[
Expand Down Expand Up @@ -71,7 +71,7 @@ export default function SiteFooter() {
/>
</Link>,
]}
/> */}
/>
<FooterNav
title={'Policy'}
links={[
Expand Down

0 comments on commit 031b97c

Please sign in to comment.