mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
feat(waitlist): add footer to privacy policy page
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -27,6 +27,11 @@ export default function PrivacyPolicy() {
|
|||||||
>
|
>
|
||||||
{POLICY}
|
{POLICY}
|
||||||
</Streamdown>
|
</Streamdown>
|
||||||
|
<footer className="mt-16 pt-8 border-t border-stone-200 dark:border-stone-700">
|
||||||
|
<Link to="/" className="text-sm opacity-50 hover:opacity-75 underline">
|
||||||
|
Back to home
|
||||||
|
</Link>
|
||||||
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user