0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Update client/homebrew/editor/snippetbar/snippets/snippets.js

This commit is contained in:
Trevor Buckner
2021-09-30 21:06:25 -04:00
committed by GitHub
parent f69f73fcda
commit d9893e29ff

View File

@@ -55,7 +55,7 @@ module.exports = [
gen : (brew)=>{
return `![]` +
`(https://api.qrserver.com/v1/create-qr-code/?data=` +
`https://homebrewery.naturalcrit.com` + `${brew.shareId ? `/share/${brew.shareId}` : ''}` +
`https://homebrewery.naturalcrit.com${brew.shareId ? `/share/${brew.shareId}` : ''}` +
`&size=100x100) {width:100px;mix-blend-mode:multiply}`;
}
},