From 8ba2cefdd67e24023c179052e3028d89db2de5c4 Mon Sep 17 00:00:00 2001
From: nils <48135649+Nilstrieb@users.noreply.github.com>
Date: Mon, 1 Nov 2021 08:34:33 +0100
Subject: [PATCH] spinner position
---
src/App.tsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 57cdd71..09ef38a 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,5 +1,5 @@
import React, { useEffect, useRef, useState } from "react";
-import { Button, Card, Container, Form, FormControl, FormGroup, FormLabel, Row, Spinner } from "react-bootstrap";
+import { Button, Card, Col, Container, Form, FormControl, FormGroup, FormLabel, Row, Spinner } from "react-bootstrap";
import client from "./ApiClient";
import { Band, Option } from "./Types";
import ModalBand from "./ModalBand";
@@ -53,7 +53,9 @@ function App() {
))
) : bandQuery ? (
-