aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-27 00:16:22 +0200
committerHenry Jameson <me@hjkos.com>2024-02-27 00:16:22 +0200
commit9a24d21bbdd77db808c09b7b5cad632bebbe2f13 (patch)
treeb89ba2adf9cf0688b37be30a964b4028a154d45d /src/components/timeline/timeline.vue
parentef2c8f077dee094c533ba2bdb0c8694a21760868 (diff)
fix mobile badge in timeline
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
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>