Skip to content

Commit 2071a44

Browse files
committed
chore: update footer contents
1 parent 9479026 commit 2071a44

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

packages/docs/src/Footer/Footer.tsx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export const Footer = () => (
2323
<a href="/docs/tutorial/prerequisites" className={styles.item}>
2424
Tutorial
2525
</a>
26+
<a href="https://github.com/composify-js/composify" className={styles.item}>
27+
Github
28+
</a>
2629
</div>
2730
<div className={styles.column}>
2831
<h6 className={styles.title}>Use Cases</h6>
@@ -40,15 +43,18 @@ export const Footer = () => (
4043
</a>
4144
</div>
4245
<div className={styles.column}>
43-
<h6 className={styles.title}>Company</h6>
44-
<a href="/contact" className={styles.item}>
45-
Contact Us
46+
<h6 className={styles.title}>Cloud</h6>
47+
<a href="https://composify.cloud" className={styles.item}>
48+
Dashboard
4649
</a>
47-
<a href="/blog" className={styles.item}>
48-
Blog
50+
<a href="https://composify.cloud/terms" className={styles.item}>
51+
Terms of Service
4952
</a>
50-
<a href="https://github.com/composify-js/composify" className={styles.item}>
51-
Github
53+
<a href="https://composify.cloud/privacy" className={styles.item}>
54+
Privacy Policy
55+
</a>
56+
<a href="mailto:support@composify.cloud" className={styles.item}>
57+
Contact
5258
</a>
5359
</div>
5460
</section>

0 commit comments

Comments
 (0)