Skip to content

Commit

Permalink
update policies links (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiuszmiotk authored Jan 10, 2025
1 parent dd729be commit 963c64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const HomeView: FC<HomeViewProps> = ({ setActiveView }) => {
By starting a conversation, I accept Hume&apos;s{' '}
<a
className="cursor-pointer underline"
href="https://beta.hume.ai/policies/terms-of-use"
href="https://link.hume.ai/terms-of-use"
target="_blank"
rel="noreferrer noopener"
>
Expand All @@ -69,7 +69,7 @@ export const HomeView: FC<HomeViewProps> = ({ setActiveView }) => {
and acknowledge the{' '}
<a
className="cursor-pointer underline"
href="https://www.hume.ai/privacy-policy"
href="https://link.hume.ai/privacy-policy"
target="_blank"
rel="noreferrer noopener"
>
Expand Down

0 comments on commit 963c64a

Please sign in to comment.