Fix layout issues & co-locate components (#46)

* Fix layout issues & co-locate components

* Fix front page

* Fix centering
This commit is contained in:
Timothy Armes
2023-07-04 13:26:25 +02:00
committed by GitHub
parent a9822b65fe
commit 75a6c74306
26 changed files with 306 additions and 305 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import ScrollToTopButton from "@/components/ScrollToTopButton";
import ScrollToTopButton from "@/app/[lang]/tournois/ScrollToTopButton";
describe("Scroll to top button", () => {
it("desktop scroll button clickable", () => {