Skip to content

Commit 8f07eec

Browse files
committed
Merge branch 'main' of github.com:kyutai-labs/unmute into prod
2 parents 76e651c + f9e170a commit 8f07eec

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

frontend/src/app/ConsentModal.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,14 @@ export default function ConsentModal() {
9898
<div className="flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4">
9999
<div className="flex-1 text-sm text-textgray">
100100
<p className="text-sm text-textgray mb-2">
101-
Can we use cookies to improve your experience and analyze site
102-
usage?{" "}
101+
Can we use cookies according to our{" "}
102+
<a
103+
href="https://kyutai.org/privacy-policy"
104+
className="underline"
105+
>
106+
Privacy Policy
107+
</a>{" "}
108+
to improve your experience and analyze site usage?{" "}
103109
{!showDetails && (
104110
<button
105111
onClick={() => setShowDetails(true)}

0 commit comments

Comments
 (0)