diff --git a/routes/_components/status/ImageDialog.html b/routes/_components/status/ImageDialog.html index 5993e17..9539132 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 55ce421..b0f0abf 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -118,7 +118,6 @@ components: { VirtualList, PseudoVirtualList, - NotificationVirtualListItem, LoadingSpinner }, methods: {