Skip to content

Commit

Permalink
chore(wallet): update wallet terms of service link (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Nov 12, 2024
1 parent 5799976 commit 209b8d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/wallet/src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

export const ToS_LINK = 'https://www.iota.org/terms-of-use';
export const PRIVACY_POLICY_LINK = 'https://www.iota.org/privacy-policy';
export const ToS_LINK = 'https://www.iota.org/iota-wallet-tos';
export const FAQ_LINK = 'https://docs.iota.org/about-iota/iota-wallet/FAQ ';

// number of epochs before earning
Expand Down

0 comments on commit 209b8d1

Please sign in to comment.