0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-04-01 16:08:11 +00:00

Move snippets examples from Imgur to assets

This commit is contained in:
David Bolack
2025-12-29 11:44:15 -06:00
parent 859dbea0bc
commit ab19097521
11 changed files with 13 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ module.exports = [
icon : 'fas fa-image',
gen : [
'<img ',
' src=\'https://s-media-cache-ak0.pinimg.com/736x/4a/81/79/4a8179462cfdf39054a418efd4cb743e.jpg\' ',
' src=\'https://homebrewery.naturalcrit.com/assets/4a8179462cfdf39054a418efd4cb743e.jpg\' ',
' style=\'width:325px\' />',
'Credit: Kyounghwan Kim'
].join('\n')
@@ -50,7 +50,7 @@ module.exports = [
icon : 'fas fa-tree',
gen : [
'<img ',
' src=\'http://i.imgur.com/hMna6G0.png\' ',
' src=\'https://homebrewery.naturalcrit.com/assets/hMna6G0.png\' ',
' style=\'position:absolute; top:50px; right:30px; width:280px\' />'
].join('\n')
},