From b33d4bd955c21cb4264d57f711ca053b3e3289dd Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 30 Jan 2018 21:57:41 -0800 Subject: [PATCH] fix loading spinner --- routes/_components/timeline/LazyTimeline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/_components/timeline/LazyTimeline.html b/routes/_components/timeline/LazyTimeline.html index e24420f..8e38439 100644 --- a/routes/_components/timeline/LazyTimeline.html +++ b/routes/_components/timeline/LazyTimeline.html @@ -10,7 +10,7 @@ {{then constructor}} <:Component {constructor} :timeline /> {{catch error}} -
Component failed to load. Please try refreshing! {{error}}
+
Component failed to load. Try refreshing! {{error}}
{{/await}}