Skip to content

Commit

Permalink
Fix(HeroBanner): Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara-Zor-El committed Jul 16, 2024
1 parent fb77e82 commit 4462511
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/HeroBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ export default function HeroBanner({ imagePath, altText }: Props) {
</div>
{/* Right Column */}
<div className={styles.rightColumn}>
<h1>
Trent Computer Science Club Association
</h1>
<h1>Trent Computer Science Club Association</h1>
<hr />
<div className={styles.tagline}>Where passion meets code</div>
<div className={styles.socialMedia}>
Expand Down

0 comments on commit 4462511

Please sign in to comment.