Skip to content

Commit

Permalink
ran linting
Browse files Browse the repository at this point in the history
  • Loading branch information
newracket committed Mar 26, 2024
1 parent d10bea3 commit d2092b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/sections/landing/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Hero = () => {
return (
<div className={styles.container}>
<Navbar />

<BackgroundGraphic />
<div className={styles.cta}>
<div>
Expand Down
13 changes: 9 additions & 4 deletions src/sections/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ export default function Navbar() {
</div>
</div>
</Link>
<IconButton edge="start" className={styles.buttonColorBlue} onClick={handleMobileClose} aria-label="close">
<IconButton
edge="start"
className={styles.buttonColorBlue}
onClick={handleMobileClose}
aria-label="close"
>
<CloseIcon />
</IconButton>
</Toolbar>
Expand All @@ -138,9 +143,9 @@ export default function Navbar() {
<div style={{ margin: '2rem 0' }}>
<Socials />
</div>
<a className={styles.applyNowButton} href="https://acmurl.com/diamondhacks-preregister">
Apply now
</a>
<a className={styles.applyNowButton} href="https://acmurl.com/diamondhacks-preregister">
Apply now
</a>
</Dialog>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/sections/navbar/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@

.buttonColorBlue {
color: var(--Dark-Bleu);
}
}

0 comments on commit d2092b5

Please sign in to comment.