diff options
| author | Henry Jameson <me@hjkos.com> | 2022-11-01 22:26:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-11-01 22:26:04 +0200 |
| commit | 3aadad30133928bdac3067dfc1fd7f94dbf70b52 (patch) | |
| tree | 22a3b12fecc83326c428e83af08785fdfc91b590 /src/components/timeline/timeline.vue | |
| parent | 373fb077a820deae28f494e7d2dc8c19370a54bf (diff) | |
show counter in show new button on mobile
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 |
