Skip to content

Commit 04de35c

Browse files
author
Carla Goncalves
committed
Remove scarf instances
1 parent bf3fd9b commit 04de35c

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

lostpixel.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export const config: CustomProjectConfig = {
1313
height: 50px;
1414
overflow: hidden;
1515
}
16-
.footer-scarf {
17-
display: none;
18-
}
1916
`,
2017
});
2118
},

src/theme/Footer/Layout/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ export default function FooterLayout({ style, links, logo, copyright }) {
1010
<div className={clsx(styles.container, "container", "container-fluid")}>
1111
{logo && <div className={clsx(styles.logo, "margin-bottom--sm")}>{logo}</div>}
1212
{links}
13-
<img
14-
className="footer-scarf"
15-
referrerPolicy="no-referrer-when-downgrade"
16-
alt=""
17-
src="https://static.scarf.sh/a.png?x-pxid=d3850fa1-ff40-448d-9a15-5496ce99c9ae"
18-
/>
1913
<div className={styles.newsletterRow}></div>
2014
{(logo || copyright) && (
2115
<div className={clsx(styles[`footer__bottom`], "footer__bottom", "text--center")}>

0 commit comments

Comments
 (0)