Retarget deployment from Plesk to Dokploy (Docker Compose)
This commit is contained in:
@@ -25,6 +25,7 @@ export function SiteFooter() {
|
||||
["How it works", "/#how-it-works"],
|
||||
["Features", "/#features"],
|
||||
["Pricing", "/pricing"],
|
||||
["FAQ", "/faq"],
|
||||
]}
|
||||
/>
|
||||
<FooterCol
|
||||
@@ -38,8 +39,12 @@ export function SiteFooter() {
|
||||
<FooterCol
|
||||
title="Legal"
|
||||
links={[
|
||||
["Terms", "/terms"],
|
||||
["Privacy", "/privacy"],
|
||||
["Terms of Service", "/terms"],
|
||||
["Privacy Policy", "/privacy"],
|
||||
["Cookie Policy", "/cookies"],
|
||||
["Acceptable Use", "/acceptable-use"],
|
||||
["Refund Policy", "/refunds"],
|
||||
["Subprocessors", "/subprocessors"],
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user