From 9dabe2bb0644e91ec209e152a8a6f187e67c639f Mon Sep 17 00:00:00 2001 From: Dialpuri Date: Mon, 18 Sep 2023 15:10:36 +0100 Subject: [PATCH] Small update to run GitHub actions --- webserver/src/common/Loading.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webserver/src/common/Loading.jsx b/webserver/src/common/Loading.jsx index 7cd4d0eb..eac46209 100644 --- a/webserver/src/common/Loading.jsx +++ b/webserver/src/common/Loading.jsx @@ -7,7 +7,6 @@ export default function Loading({loadingText}) { className="flex flex-col items-center justify-center px-12 m-12 h-64 min-w-64 border-2 border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 dark:border-gray-600">

{loadingText}