Skip to content

Commit

Permalink
Merge pull request #20 from quhacks/some-fixes-additions
Browse files Browse the repository at this point in the history
fix faq typo + add instagram
  • Loading branch information
rk234 authored Nov 5, 2023
2 parents a191348 + dfbd9c0 commit d899d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/faq/faq.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Faq() {
/>
<FaqQuestion
question={"Where is QuHacks?"}
answer={`QuHacks will be held in building 201 at the Johns Hopkins Applied Physics Labaratory. The address is 11100 Johns Hopkins Rd, Laurel, MD 20723. `}
answer={`QuHacks will be held in building 201 at the Johns Hopkins Applied Physics Laboratory. The address is 11100 Johns Hopkins Rd, Laurel, MD 20723. `}
/>
<FaqQuestion
question={"Can I use past projects?"}
Expand Down
1 change: 1 addition & 0 deletions src/app/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function Footer() {
<Link href="/" className={styles.sectionheader}>QuHacks 2024</Link>
<a className={styles.navlink} href="mailto:[email protected]">Email</a>
<a className={styles.navlink} rel="noreferrer noopener" target='_blank' href="https://discord.gg/H2EteNDhEP">Join our Discord!</a>
<a className={styles.navlink} rel="noreferrer noopener" target='_blank' href="https://www.instagram.com/quhacks/">Instagram</a>
</div>
<div className={styles.col}>
<h3 className={styles.sectionheader}>Site Links</h3>
Expand Down

0 comments on commit d899d52

Please sign in to comment.