diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 00:16:22 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 00:16:22 +0200 |
| commit | 9a24d21bbdd77db808c09b7b5cad632bebbe2f13 (patch) | |
| tree | b89ba2adf9cf0688b37be30a964b4028a154d45d /src/components/timeline | |
| parent | ef2c8f077dee094c533ba2bdb0c8694a21760868 (diff) | |
fix mobile badge in timeline
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 2279f21a..862a1972 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -38,7 +38,7 @@ fixed-width icon="circle-plus" /> - <div class="alert-badge"> + <div class="badge -counter"> {{ mobileLoadButtonString }} </div> </button> |
