diff --git a/components/Loading.js b/components/Loading.js index d7cb08e3..50353a96 100644 --- a/components/Loading.js +++ b/components/Loading.js @@ -7,7 +7,7 @@ const Loading = (props) => { const { current } = props return <> - {current ||
+ {current ||

Loading...

}