Skip to content

Commit

Permalink
fix(Web): adjust hash tool link (#5174)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Mar 1, 2025
1 parent 0b6e2b2 commit fecf743
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/tx/SignOrExecuteForm/TxChecks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const TxChecks = ({
<Alert severity="info">
We recommend analyzing your transaction with a third-party tool like{' '}
<Track {...MODALS_EVENTS.OPEN_SAFE_UTILS}>
<ExternalLink href={SAFE_UTILS_URL}>OpenZeppelin Safe Utils</ExternalLink>
<ExternalLink href={SAFE_UTILS_URL}>Safe Utils</ExternalLink>
</Track>
. Third-party terms & disclaimers may apply.
</Alert>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ exports[`SignOrExecute should display a confirmation screen 1`] = `
We recommend analyzing your transaction with a third-party tool like
<span
data-track="modals: Open OpenZeppelin Safe Utils"
data-track="modals: Open Safe Utils"
>
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
Expand All @@ -219,7 +219,7 @@ exports[`SignOrExecute should display a confirmation screen 1`] = `
<span
class="MuiBox-root css-1vqf8mi"
>
OpenZeppelin Safe Utils
Safe Utils
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-tqxw8e-MuiSvgIcon-root"
Expand Down Expand Up @@ -618,7 +618,7 @@ exports[`SignOrExecute should display an error screen 1`] = `
We recommend analyzing your transaction with a third-party tool like
<span
data-track="modals: Open OpenZeppelin Safe Utils"
data-track="modals: Open Safe Utils"
>
<a
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-r9pq5a-MuiTypography-root-MuiLink-root"
Expand All @@ -629,7 +629,7 @@ exports[`SignOrExecute should display an error screen 1`] = `
<span
class="MuiBox-root css-1vqf8mi"
>
OpenZeppelin Safe Utils
Safe Utils
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-tqxw8e-MuiSvgIcon-root"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/services/analytics/events/modals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const MODALS_EVENTS = {
category: MODALS_CATEGORY,
},
OPEN_SAFE_UTILS: {
action: 'Open OpenZeppelin Safe Utils',
action: 'Open Safe Utils',
category: MODALS_CATEGORY,
},
SIMULATE_TX: {
Expand Down

0 comments on commit fecf743

Please sign in to comment.