Skip to content

Commit

Permalink
Fix layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnegold committed Aug 30, 2023
1 parent f4623a8 commit e2b563f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type SocialLinkProps = {

const SocialLink = ({ href, name, Tag }: SocialLinkProps) => (
<a className="usa-social-link" href={href} title={name}>
<Tag className="usa-social-link__icon" name={name} />
<Tag className="usa-social-link__icon" name={name} aria-label="" />
</a>
);

Expand Down Expand Up @@ -85,9 +85,9 @@ const Footer = () => {
/>
<div className="usa-footer__contact-links mobile-lg:grid-col-6">
<SocialLinks links={links} />
<h3 className="usa-footer__contact-heading">
<h2 className="usa-footer__contact-heading">
{t("agency_contact_center")}
</h3>
</h2>
<Address
size="medium"
items={[
Expand Down

0 comments on commit e2b563f

Please sign in to comment.