diff --git a/web/src/components/Loading.tsx b/web/src/components/Loading.tsx
index 67fe256..957fb51 100644
--- a/web/src/components/Loading.tsx
+++ b/web/src/components/Loading.tsx
@@ -1,7 +1,7 @@
import { Data } from "../types";
import Logo from "./Logo";
import { theme } from "../theme";
-import { RefreshCw } from "lucide-react";
+import { LoaderCircle } from "lucide-react";
export default function Loading({ onLoad }: { onLoad: (data: Data) => void }) {
fetch(
@@ -26,9 +26,16 @@ export default function Loading({ onLoad }: { onLoad: (data: Data) => void }) {
+ If this takes more than a few seconds, there was probably a + problem fetching the data. Please try reloading the page and + report a bug if the problem persists. +