Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/dashboard/app/auth/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export default async function AuthenticatedLayout({
<div className="flex items-center justify-center ">
<p className="p-4 text-xs text-center text-white/50 text-balance">
By continuing, you agree to Unkey's{" "}
<Link className="underline" href="/policies/terms">
<Link className="underline" href="https://www.unkey.com/policies/terms" target="_blank" rel="noopener noreferrer">
Terms of Service
</Link>{" "}
and{" "}
<Link className="underline" href="/policies/privacy">
<Link className="underline" href="https://www.unkey.com/policies/privacy" target="_blank" rel="noopener noreferrer">
Privacy Policy
</Link>
, and to receive periodic emails with updates.
Expand Down
Loading