From a4d471c93527614696da395d9c9d8f56b5cef23b Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Thu, 6 Feb 2025 11:25:07 +0000 Subject: [PATCH] fix: small tooltip adjustments --- new-lamassu-admin/src/pages/Blacklist/Blacklist.jsx | 11 +++++++---- .../src/pages/Commissions/Commissions.jsx | 2 +- new-lamassu-admin/src/pages/Triggers/Triggers.jsx | 9 ++++++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/new-lamassu-admin/src/pages/Blacklist/Blacklist.jsx b/new-lamassu-admin/src/pages/Blacklist/Blacklist.jsx index 9b7c6d02..5a184701 100644 --- a/new-lamassu-admin/src/pages/Blacklist/Blacklist.jsx +++ b/new-lamassu-admin/src/pages/Blacklist/Blacklist.jsx @@ -11,7 +11,7 @@ import CloseIcon from 'src/styling/icons/action/close/zodiac.svg?react' import ReverseSettingsIcon from 'src/styling/icons/circle buttons/settings/white.svg?react' import SettingsIcon from 'src/styling/icons/circle buttons/settings/zodiac.svg?react' -import { Link, Button, IconButton } from 'src/components/buttons' +import { Link, Button, IconButton, SupportLinkButton } from 'src/components/buttons' import { Switch } from 'src/components/inputs' import { fromNamespace, toNamespace } from 'src/utils/config' @@ -275,10 +275,13 @@ const Blacklist = () => { {rejectAddressReuse ? 'On' : 'Off'}

- This option requires a user to scan a fresh wallet address if - they attempt to scan one that had been previously used for a - transaction in your network. + For details about rejecting address reuse, please read the + relevant knowledgebase article:

+
setShowModal(true)}> diff --git a/new-lamassu-admin/src/pages/Commissions/Commissions.jsx b/new-lamassu-admin/src/pages/Commissions/Commissions.jsx index 1bd9f753..229a8b06 100644 --- a/new-lamassu-admin/src/pages/Commissions/Commissions.jsx +++ b/new-lamassu-admin/src/pages/Commissions/Commissions.jsx @@ -135,7 +135,7 @@ const Commissions = ({ name: SCREEN_KEY }) => { /> diff --git a/new-lamassu-admin/src/pages/Triggers/Triggers.jsx b/new-lamassu-admin/src/pages/Triggers/Triggers.jsx index bb57dc26..062b690f 100644 --- a/new-lamassu-admin/src/pages/Triggers/Triggers.jsx +++ b/new-lamassu-admin/src/pages/Triggers/Triggers.jsx @@ -188,10 +188,13 @@ const Triggers = () => {

- This option requires a user to scan a different cryptocurrency - address if they attempt to scan one that had been previously - used for a transaction in your network + For details about rejecting address reuse, please read the + relevant knowledgebase article:

+