Skip to content

Commit 11f8dec

Browse files
committed
chore: add proxy icon
1 parent 6088d2e commit 11f8dec

File tree

1 file changed

+2
-1
lines changed
  • packages/extension-polkagate/src/fullscreen/governance/delegate

1 file changed

+2
-1
lines changed

packages/extension-polkagate/src/fullscreen/governance/delegate/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import type { Proxy, ProxyItem, TxInfo } from '../../../util/types';
1010
import type { DelegationInfo } from '../utils/types';
1111
import type { ModifyModes } from './modify/ModifyDelegate';
1212

13+
import { faUserAstronaut } from '@fortawesome/free-solid-svg-icons';
1314
import React, { useCallback, useEffect, useMemo, useState } from 'react';
1415

1516
import { AccountsStore } from '@polkadot/extension-base/stores';
@@ -288,7 +289,7 @@ export function Delegate ({ address, open, setOpen, showDelegationNote }: Props)
288289
<DraggableModal minHeight={550} onClose={handleClose} open={open}>
289290
<>
290291
<SimpleModalTitle
291-
icon='vaadin:del'
292+
icon={step === STEPS.PROXY ? faUserAstronaut : 'vaadin:money-withdraw'}
292293
onClose={step !== STEPS.WAIT_SCREEN ? handleClose : noop}
293294
title= {title}
294295
/>

0 commit comments

Comments
 (0)