diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 2e67e82..3337890 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -13,6 +13,13 @@ const repoLinks = [ { label: "Product Hunt", href: PRODUCT_HUNT_URL }, ]; +const trustLinks = [ + { label: "Open source", href: GITHUB_REPO_URL }, + { label: "MIT licensed", href: `${GITHUB_REPO_URL}/blob/main/LICENSE` }, + { label: "Built by mean-weasel", href: GITHUB_ORG_URL }, + { label: "Powered by Cloudflare Workers", href: "https://workers.cloudflare.com/" }, +]; + export function Footer() { return (