We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e4240 commit 89bd74cCopy full SHA for 89bd74c
src/routes/_libraries/index.tsx
@@ -139,13 +139,13 @@ function Index() {
139
</div>
140
141
<div className="w-fit mx-auto px-4">
142
- <div className="w-fit mx-auto px-4">
143
- <Suspense fallback={<></>}>
144
- <ErrorBoundary fallback={<></>}>
145
- <OpenSourceStats />
146
- </ErrorBoundary>
147
- </Suspense>
148
- </div>
+ <div className="w-fit mx-auto px-4">
+ <Suspense fallback={<></>}>
+ <ErrorBoundary fallback={<></>}>
+ <OpenSourceStats />
+ </ErrorBoundary>
+ </Suspense>
+ </div>
149
150
151
<div className="px-4 lg:max-w-screen-lg md:mx-auto">
0 commit comments