]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/app/Footer.js
twitch chat bot controls
[alttp.git] / resources / js / app / Footer.js
index 41d0f7ad4233fc3b9ae4f7f3acd9166ada3fb02f..54af55358288b60889f6a484bd44955f9f8be8e6 100644 (file)
@@ -22,6 +22,20 @@ const Footer = () => {
                                                        </Nav.Link>
                                                </LinkContainer>
                                        </Nav.Item>
+                                       <Nav.Item as="li">
+                                               <LinkContainer to="/schedule">
+                                                       <Nav.Link className="p-0 text-muted" href="/schedule">
+                                                               {t('footer.schedule')}
+                                                       </Nav.Link>
+                                               </LinkContainer>
+                                       </Nav.Item>
+                                       <Nav.Item as="li">
+                                               <LinkContainer to="/events">
+                                                       <Nav.Link className="p-0 text-muted" href="/events">
+                                                               {t('footer.events')}
+                                                       </Nav.Link>
+                                               </LinkContainer>
+                                       </Nav.Item>
                                </Nav>
                        </Col>
                        <Col md={4}>
@@ -59,13 +73,6 @@ const Footer = () => {
                                                        {t('footer.muffins')}
                                                </Nav.Link>
                                        </Nav.Item>
-                                       <Nav.Item as="li">
-                                               <LinkContainer to="/schedule">
-                                                       <Nav.Link className="p-0 text-muted" href="/schedule">
-                                                               {t('footer.schedule')}
-                                                       </Nav.Link>
-                                               </LinkContainer>
-                                       </Nav.Item>
                                        <Nav.Item as="li">
                                                <Nav.Link
                                                        className="p-0 text-muted"
@@ -115,6 +122,15 @@ const Footer = () => {
                                                        {t('footer.connect')}
                                                </Nav.Link>
                                        </Nav.Item>
+                                       <Nav.Item as="li">
+                                               <Nav.Link
+                                                       className="p-0 text-muted"
+                                                       href="https://discord.gg/cx6nZkekXz"
+                                                       target="_blank"
+                                               >
+                                                       {t('footer.restreamCentral')}
+                                               </Nav.Link>
+                                       </Nav.Item>
                                </Nav>
                        </Col>
                </Row>