Skip to content

Commit

Permalink
add legal notice link
Browse files Browse the repository at this point in the history
  • Loading branch information
donsiamese committed Jan 18, 2024
1 parent 22473ce commit c7d80ce
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/components/SideMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@ const SideMenu = ({ debug = false }) => {
<Link to="/chapters">Chapters</Link>
</Nav.Item>
<div className="py-2"></div>
<Nav.Item>
<button
className="btn btn-link"
onClick={() => {
setHasSeenGameControls(false)
set(MenuClosed)
}}
>
Game Controls
</button>
</Nav.Item>

<Nav.Item>
<button
className="btn btn-link"
onClick={() => {
setHasSeenGameControls(false)
set(MenuClosed)
}}
>
Game Controls
</button>
</Nav.Item>
<Nav.Item>
<Link to="/about">About</Link>
</Nav.Item>
Expand Down Expand Up @@ -145,7 +145,9 @@ const SideMenu = ({ debug = false }) => {
</Nav>
</div>
<div className="menu-footer">
<span className={isMobile ? null : 'mb-1'}>Legal notice</span>
<Link to="https://www.c2dh.uni.lu/legal-notice" target="_blank">
<span className={isMobile ? null : 'mb-1'}>Legal notice</span>
</Link>
<div className="footer-logos">
<LogoUni />
<LogoGruyter />
Expand Down

0 comments on commit c7d80ce

Please sign in to comment.