forked from FoundKeyGang/FoundKey
oops
This commit is contained in:
parent
22df795733
commit
50b37a8420
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const handlers = {
|
|||
|
||||
hashtag({ document }, { hashtag }) {
|
||||
const span = document.createElement('span');
|
||||
span.textContent = hashtag;
|
||||
span.textContent = '#' + hashtag;
|
||||
document.body.appendChild(span);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue