From 1548410fd732cf0870f2921af64b176dab32525c Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 9 Feb 2023 18:43:13 -0500 Subject: [PATCH] [S] Fix background coloring for too few files --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8371dc2..7ff5bb2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,7 +31,7 @@ export default function App() { const [api] = createResource(fetchApi) return ( -
+

File Listing

{api.loading && "Loading..."}