Skip to content

Commit

Permalink
feat(suite): add learn more button to fw revision check settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Sep 27, 2024
1 parent 971409a commit 50edb66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { useDispatch, useSelector } from 'src/hooks/suite';
import { openModal } from 'src/actions/suite/modalActions';
import { checkFirmwareRevision } from 'src/actions/suite/suiteActions';

import { HELP_CENTER_FIRMWARE_REVISION_CHECK } from '@trezor/urls';
export const FirmwareRevisionCheck = () => {
const dispatch = useDispatch();
const isFirmwareRevisionCheckDisabled = useSelector(
Expand Down Expand Up @@ -43,6 +43,7 @@ export const FirmwareRevisionCheck = () => {
}
/>
}
buttonLink={HELP_CENTER_FIRMWARE_REVISION_CHECK}
/>
<ActionColumn>
<ActionButton
Expand Down

0 comments on commit 50edb66

Please sign in to comment.