diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 | ||||
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 02a87fcc..3d5878d4 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -52,7 +52,7 @@ </div> <div class="panel-body" - role="list" + role="feed" > <div v-for="notification in notificationsToDisplay" diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index f561d974..877a0cc0 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -79,7 +79,7 @@ <div ref="timeline" class="timeline" - role="list" + role="feed" > <conversation v-for="statusId in filteredPinnedStatusIds" |
