Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jun 3, 2022
1 parent bf00188 commit 8770a5e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ function LogoImage({logo}: Props) {

export default function FooterLogo({logo}: Props): JSX.Element {
return logo.href ? (
<Link href={logo.href} className={styles.footerLogoLink} target={logo.target}>
<Link
href={logo.href}
className={styles.footerLogoLink}
target={logo.target}>
<LogoImage logo={logo} />
</Link>
) : (
Expand Down

0 comments on commit 8770a5e

Please sign in to comment.