From 161aff64ac1c0376c9e7c61b3957fb5ccde66c2b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Sat, 18 Feb 2023 10:51:39 +0800 Subject: [PATCH] This footer is kinda abrupt, so try "delay" it a little --- src/pages/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 12633056..5ae5304a 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -730,7 +730,7 @@ function StatusPage() { )} </> )} - {!sameInstance && ( + {!sameInstance && uiState !== 'loading' && ( <footer class=""> <p> This post is from another instance (<b>{instance}</b>), different