]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/tracker/index.js
svg dungeon tracker
[alttp.git] / resources / js / components / tracker / index.js
index 31fb96423cc3a68680f02659acfba4764105e5b2..7b16b4014a97801c02b73cfdc7417073888ae80b 100644 (file)
@@ -13,12 +13,14 @@ const Tracker = () => {
                        <Row>
                                <Col sm={3}>
                                        <Items />
-                                       <Dungeons />
                                </Col>
                                <Col sm={9}>
                                        <Map />
                                </Col>
                        </Row>
+                       <div className="mt-2">
+                               <Dungeons />
+                       </div>
                </Container>
        </div>;
 };