-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updates svgs for social media logos
- Loading branch information
Showing
3 changed files
with
63 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ export default function Footer() { | |
width={168} | ||
height={66} | ||
/> | ||
<hr style={{ width: '160px' }} /> | ||
<hr style={{ width: '160px', color: 'white' }} /> | ||
<P $color="white"> | ||
2727 Camino del Rio South, Suite 320 San Diego, CA 92108 | ||
</P> | ||
|
@@ -68,7 +68,7 @@ export default function Footer() { | |
<Styles.FooterDiv> | ||
<Styles.FooterSection> | ||
<Styles.Header>Resources</Styles.Header> | ||
<hr style={{ width: '40px' }} /> | ||
<hr style={{ width: '40px', color: 'white' }} /> | ||
<Styles.FooterLink $color="white" href="https://www.americanbar.org/"> | ||
ABA Website | ||
</Styles.FooterLink> | ||
|
@@ -84,13 +84,13 @@ export default function Footer() { | |
> | ||
ABA IJP Website | ||
</Styles.FooterLink> | ||
<P $color="white">Hotline: 619-641-7510</P> | ||
</Styles.FooterSection> | ||
<Styles.FooterSection> | ||
<Styles.Header>Contact Us</Styles.Header> | ||
<hr style={{ width: '2.5rem' }} /> | ||
<hr style={{ width: '2.5rem', color: 'white' }} /> | ||
<P $color="white">Email: [email protected]</P> | ||
<P $color="white">Phone: 619-255-8829</P> | ||
<P $color="white">Office Phone: 619-255-8810</P> | ||
<Styles.IconDiv> | ||
{socialLinks.map(({ href, type }) => ( | ||
<Link key={type} href={href}> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters