File tree Expand file tree Collapse file tree
src/components/blocked-pubkeys Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { BlockedPubkeysTable } from './components/BlockedPubkeysTable';
77import { FlaggedPubkeysTable } from './components/FlaggedPubkeysTable' ;
88import { BlockPubkeyForm } from './components/BlockPubkeyForm' ;
99import { useModerationStats } from '@app/hooks/useModerationStats' ;
10+ import { LockFilled } from '@ant-design/icons' ;
1011import * as S from './BlockedPubkeys.styles' ;
1112
1213const { Title, Text } = Typography ;
@@ -35,7 +36,7 @@ export const BlockedPubkeys: React.FC = () => {
3536 < Space direction = "vertical" size = "large" style = { { width : '100%' } } >
3637 < div style = { { display : 'flex' , justifyContent : 'space-between' , alignItems : 'center' } } >
3738 < div >
38- < Title level = { 3 } > Access Control</ Title >
39+ < Title level = { 3 } > Access Control < LockFilled /> </ Title >
3940 < Text style = { { color :"var(--text-light-color)" } } >
4041 Control access to your relay and manage flagged pubkeys
4142 </ Text >
You can’t perform that action at this time.
0 commit comments