diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-08 10:34:38 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-08 10:34:38 -0500 |
| commit | b718c0c77d16bf917dc564404cb0fa61a2c535b3 (patch) | |
| tree | f64a643f1b0a91535318614e84439f7ef0bbb09b /src/components/notifications/notifications.vue | |
| parent | 17aa503106f129e391f8478ade6821f09ef7494a (diff) | |
Use feed role for notifs and timelines
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 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" |
