fix(dashboard): tfl status loading state

This commit is contained in:
2025-10-24 23:09:12 +00:00
parent d5a53e3532
commit 7b28683e73

View File

@@ -225,7 +225,7 @@ function TFLTile() {
if (isLoadingTFL) { if (isLoadingTFL) {
return ( return (
<Tile className="col-start-3 h-full row-start-1 col-span-2 row-span-2 flex flex-row justify-start items-center p-8"> <Tile className="col-start-3 h-full row-start-1 col-span-2 row-span-1 flex flex-row justify-start items-center p-8">
<p className="text-2xl font-light animate-pulse">Loading TfL</p> <p className="text-2xl font-light animate-pulse">Loading TfL</p>
</Tile> </Tile>
) )