Add debug page

This commit is contained in:
2022-04-10 07:11:53 +00:00
parent beb8c3ebaa
commit 354d124943
4 changed files with 50 additions and 7 deletions
+8 -5
View File
@@ -1,4 +1,5 @@
import React, { useRef, useEffect } from 'react';
import { BrowserRouter as Router, Switch, Route, Link, useParams, useLocation } from 'react-router-dom';
import { Container, Icon } from 'semantic-ui-react';
import { scene } from './spaceport/scene';
@@ -16,11 +17,13 @@ export const Footer = () => {
<div className="footer" ref={footerRef}>
<Container className="footer-content">
<p>
<img
alt="site logo"
src="/logo-short.svg"
className="logo"
/>
<Link to='/debug'>
<img
alt="site logo"
src="/logo-short.svg"
className="logo"
/>
</Link>
</p>
<p className="text">