Skip to content

Commit

Permalink
fix: dont index footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 31, 2020
1 parent f8c7f27 commit 543d8ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const Footer = ({ className }) => {
);

return (
<footer className={cx(styles.footer, className)}>
<footer
data-swiftype-index={false}
className={cx(styles.footer, className)}
>
<div className={styles.left}>
<Link to="/">
<Logo
Expand Down

0 comments on commit 543d8ac

Please sign in to comment.