Skip to content

Commit

Permalink
Updated indentation in page and corrected hack email
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Oct 7, 2024
1 parent c27329c commit 42c2e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Home = () => {
<GetInvolved />
{/* <Sponsors /> */}
{/* <FAQ /> */}
<FAQ />
<FAQ />
</div>
);
};
Expand Down
4 changes: 2 additions & 2 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const FAQ = async () => {
If you don't find what you're looking for, reach out to our team at{" "}
<a
className={styles["purple-text"]}
href="mailto:hackatuci@uci.edu"
href="mailto:hack@uci.edu"
>
hackatuci@uci.edu
hack@uci.edu
</a>
</p>
</div>
Expand Down

0 comments on commit 42c2e40

Please sign in to comment.