We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377c88e commit 5fdae61Copy full SHA for 5fdae61
src/theme/Footer/index.js
@@ -66,8 +66,8 @@ function Footer() {
66
<div className="row">
67
<div className="col col--3">
68
69
- {logo && logo.src && <div class="footer__logo-ctr">
70
- <span class="footer__logo-tagline">Made with </> by</span>
+ {logo && logo.src && <div className="footer__logo-ctr">
+ <span className="footer__logo-tagline">Made with </> by</span>
71
{logo.href ? <a href={logo.href} target="_blank" rel="noopener" className={styles.footerLogoLink}>
72
<FooterLogo alt={logo.alt} url={logoUrl} />
73
</a> : <FooterLogo alt={logo.alt} url={logoUrl} />}
src/theme/SearchBar.js
0 commit comments