Skip to content

Commit

Permalink
3rd attempt of updating 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
2005benchen committed Nov 8, 2023
1 parent 90b2efe commit 3d4ee7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from "../styles/Footer.module.css";
const Footer = () => {
return (
<footer className={styles.footer}>
<p>© ACM Cyber at UCLA & Psi Beta Rho 2022-2023</p>
<p>© ACM Cyber at UCLA & Psi Beta Rho 2022-2024</p>
</footer>
);
};
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Home() {
/>
</div>
<p className={styles.subheading}>
Feb 16, 2024 8:00PM PST - Feb 18, 2023 2:00PM PST
Feb 16, 2024 8:00PM PST - Feb 18, 2024 2:00PM PST
</p>
<Countdown />
<div className={styles.heroButtonContainer}>
Expand Down

0 comments on commit 3d4ee7b

Please sign in to comment.