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.
2 parents 93874ee + 1dca614 commit 684e489Copy full SHA for 684e489
src/pages/Events.jsx
@@ -7,7 +7,7 @@ function Events() {
7
8
if (loading) {
9
return (
10
- <div className="spinner-border text-primary" role="status">
+ <div className="text-center flex-cen spinner-border text-primary" role="status">
11
<span className="visually-hidden">Loading...</span>
12
</div>
13
);
0 commit comments