diff --git a/routes/_components/status/ImageDialog.html b/routes/_components/status/ImageDialog.html index 5993e172..95391323 100644 --- a/routes/_components/status/ImageDialog.html +++ b/routes/_components/status/ImageDialog.html @@ -16,7 +16,7 @@ src="{{src}}" width="{{width}}" height="{{height}}" - aria-label="{{description || ''}}" + alt="{{description || ''}}" /> {{/if}} diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index 55ce421a..b0f0abf6 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -118,7 +118,6 @@ components: { VirtualList, PseudoVirtualList, - NotificationVirtualListItem, LoadingSpinner }, methods: {