From 50d87e029d01adb3c6daa8cb1d6116d29294adc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Wed, 22 Dec 2021 16:39:29 +0000 Subject: [PATCH] fix: alert link icon --- new-lamassu-admin/src/pages/Dashboard/Alerts/AlertsTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new-lamassu-admin/src/pages/Dashboard/Alerts/AlertsTable.js b/new-lamassu-admin/src/pages/Dashboard/Alerts/AlertsTable.js index 6b88bd38..c2e697f9 100644 --- a/new-lamassu-admin/src/pages/Dashboard/Alerts/AlertsTable.js +++ b/new-lamassu-admin/src/pages/Dashboard/Alerts/AlertsTable.js @@ -7,8 +7,8 @@ import { useHistory } from 'react-router-dom' import { P } from 'src/components/typography/index' import { ReactComponent as Wrench } from 'src/styling/icons/action/wrench/zodiac.svg' -import { ReactComponent as LinkIcon } from 'src/styling/icons/button/link/zodiac.svg' import { ReactComponent as CashBoxEmpty } from 'src/styling/icons/cassettes/cashbox-empty.svg' +import { ReactComponent as AlertLinkIcon } from 'src/styling/icons/month arrows/right.svg' import { ReactComponent as WarningIcon } from 'src/styling/icons/warning-icon/tomato.svg' import styles from './Alerts.styles' @@ -49,7 +49,7 @@ const AlertsTable = ({ numToRender, alerts, machines }) => { )}

{alertMessage(alert)}

- history.push(links[alert.type] || '/dashboard')} />