fix: rename popup pin board to page list
This commit is contained in:
parent
48eee25db9
commit
7f0c658220
@ -54,7 +54,7 @@ export const MainFooterButton: FunctionComponent<Props> = (props) => {
|
||||
variant="outlined"
|
||||
onClick={() => BrowserApi.openOptionsPage()}
|
||||
>
|
||||
go to pin board
|
||||
page list
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -94,7 +94,7 @@ export const PdfListElementComponent: FunctionComponent<Props> = (props) => {
|
||||
justifyContent: 'flex-end'
|
||||
}}
|
||||
>
|
||||
<IconButton title="Show on pin board" size="small" onClick={() => handleOpenPage(props.obj)}>
|
||||
<IconButton title="Page details" size="small" onClick={() => handleOpenPage(props.obj)}>
|
||||
<PushPinIcon sx={{ fontSize: '12px' }} />
|
||||
</IconButton>
|
||||
<IconButton title="Go to page" size="small" onClick={() => handleNavigate(props.obj)}>
|
||||
|
Loading…
Reference in New Issue
Block a user