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

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

@ -94,7 +94,7 @@ export const PdfListElementComponent: FunctionComponent<Props> = (props) => {
justifyContent: 'flex-end' 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' }} /> <PushPinIcon sx={{ fontSize: '12px' }} />
</IconButton> </IconButton>
<IconButton title="Go to page" size="small" onClick={() => handleNavigate(props.obj)}> <IconButton title="Go to page" size="small" onClick={() => handleNavigate(props.obj)}>