mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🎨 fix download count position on setup/one (#801)
no issue - default component tag of `<div>` forced the download count to appear on it's own line, setting `tagName: ''` returns the desired inline behaviour
This commit is contained in:
parent
cd97421cf6
commit
19174c3b1a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default Component.extend({
|
|||
ajax: injectService(),
|
||||
ghostPaths: injectService(),
|
||||
|
||||
tagName: '',
|
||||
count: '',
|
||||
|
||||
_poll: task(function* () {
|
||||
|
|
Loading…
Add table
Reference in a new issue