0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

use fa-hashtag icon for copy-url-with-page item

This commit is contained in:
Petrinich Sergey
2026-04-21 23:01:24 +03:00
parent 01b3d91232
commit 899737b558
@@ -101,7 +101,7 @@ const SharePage = (props)=>{
{currentBrewRendererPageNum > 1 &&
<Nav.item
color='blue'
icon='fas fa-link'
icon='fas fa-hashtag'
onClick={()=>{navigator.clipboard.writeText(`${global.config.baseUrl}/share/${processShareId()}#p${currentBrewRendererPageNum}`);}}>
copy url (page {currentBrewRendererPageNum})
</Nav.item>}