Skip to content

Commit 33cf0b8

Browse files
committed
Remove 'About WonderKiln' in Footer
1 parent dafea64 commit 33cf0b8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/public/footer/index.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ const Footer = () => (
1313
</a>
1414
<nav className={styles.nav}>
1515
<ul className={styles.links}>
16-
<li className={styles.listItem}>
17-
<a className={styles.link} href="https://www.wonderkiln.com/about">
18-
About Wonderkiln
19-
</a>
20-
</li>
2116
<li className={styles.listItem}>
2217
<a className={styles.link} href="https://github.com/CameraKit/camerakit-android/blob/master/LICENSE">
23-
License
18+
License Information
2419
</a>
2520
</li>
2621
</ul>

0 commit comments

Comments
 (0)