fix: rename popup pin board to page list

This commit is contained in:
Michal Szczepanski 2024-04-07 01:02:33 +02:00
parent 48eee25db9
commit 7f0c658220
8 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export const MainFooterButton: FunctionComponent<Props> = (props) => {
variant="outlined"
onClick={() => BrowserApi.openOptionsPage()}
>
go to pin board
page list
</Button>
</div>
</div>

View File

@ -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)}>