diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-07 13:22:40 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-07 13:22:40 -0500 |
| commit | f715de43f2bae1593128f34f7362c1963a54e3a1 (patch) | |
| tree | 1ff976d22d842f6cf260e91abfe833e354dba0f9 /src/components/timeline | |
| parent | f0ba0e68559b3665b76f0022c5ad3b8f457c37a5 (diff) | |
Add labels for timeline header
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 8a036fd0..15cf043e 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -47,6 +47,7 @@ v-else-if="!embedded" class="loadmore-text faint veryfaint rightside-icon" :title="$t('timeline.up_to_date')" + :aria-disabled="true" @click.prevent > <FAIcon |
