Skip to content

Commit 5fdae61

Browse files
author
Andrew Brookins
committed
Fix footer error
1 parent 377c88e commit 5fdae61

File tree

2 files changed

+2
-195
lines changed

2 files changed

+2
-195
lines changed

src/theme/Footer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ function Footer() {
6666
<div className="row">
6767
<div className="col col--3">
6868

69-
{logo && logo.src && <div class="footer__logo-ctr">
70-
<span class="footer__logo-tagline">Made with &lt;/&gt; by</span>
69+
{logo && logo.src && <div className="footer__logo-ctr">
70+
<span className="footer__logo-tagline">Made with &lt;/&gt; by</span>
7171
{logo.href ? <a href={logo.href} target="_blank" rel="noopener" className={styles.footerLogoLink}>
7272
<FooterLogo alt={logo.alt} url={logoUrl} />
7373
</a> : <FooterLogo alt={logo.alt} url={logoUrl} />}

src/theme/SearchBar.js

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)