diff options
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index e6038830..8a036fd0 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -38,7 +38,9 @@ fixed-width icon="circle-plus" /> - <div class="alert-dot" /> + <div class="alert-badge"> + {{ mobileLoadButtonString }} + </div> </button> </div> <div |
