Skip to content

Commit 6ae37fc

Browse files
Merge pull request #1572 from rvdwegen/patch-6
Footer spacing fix
2 parents ee7427f + 436e713 commit 6ae37fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/AppFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const AppFooter = () => {
1616
</CLink>{' '}
1717
<CLink href="https://datto.com/">
1818
<CImage src={dattoLogo} alt="Datto" />
19-
</CLink>
19+
</CLink>{' '}
2020
<CLink href="https://rewst.io/">
2121
<CImage src={rewstLogo} alt="Datto" />
2222
</CLink>

0 commit comments

Comments
 (0)