fix(dashboard): tfl status loading state
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user