From 2fdd10c1fee0354120f294a64846dc9e79d3bb62 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 5 Feb 2018 08:44:46 -0800 Subject: [PATCH] fixup --- routes/_components/status/ImageDialog.html | 2 +- routes/_components/timeline/Timeline.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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: {