Skip to content

Commit

Permalink
fix: switch background to JPG, other semantic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Nov 5, 2023
1 parent 9cf447c commit d2c1b32
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.landingSection {
background-image: url("~@/assets/backgrounds/landing-background.png");
background-image: url("~@/assets/backgrounds/landing-background.jpg");
background-position: center;
background-repeat: no-repeat;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/app/(home)/sections/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Landing = () => {
<section className={styles.landingSection}>
<div className={styles.landingGroup}>
<h1 className="font-display">IrvineHacks 2024</h1>
<p className="font-display">January 26-28</p>
<p className="font-display">January 26&ndash;28</p>
<Button
text="Stay updated"
href="https://uci.us13.list-manage.com/subscribe?u=5976872928cd5681fbaca89f6&id=93333e11eb"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit d2c1b32

Please sign in to comment.