Merge pull request #262 from bigchaindb/fix/space

add a space before meetup title
This commit is contained in:
Matthias Kretschmann 2018-09-04 13:20:50 +02:00 committed by GitHub
commit 3436393888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ document.addEventListener('DOMContentLoaded', function() {
})
const elementTitle = document.getElementsByClassName('meetup-title')[0]
elementTitle.innerHTML = `<span class="hero__community__label">${date}</span><strong>${name}</strong>`
elementTitle.innerHTML = `<span class="hero__community__label">${date}</span><strong> ${name}</strong>`
elementTitle.style.opacity = 1
element.href = link
} else {