Add custom Protocoin symbol

This commit is contained in:
2022-08-23 01:01:22 +00:00
parent 495a6855a1
commit 51f31fc4df
5 changed files with 64 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import { Garden } from './Garden.js';
import { Footer } from './Footer.js';
import { LCARS1Display } from './Display.js';
const APP_VERSION = 3; // TODO: automate this
const APP_VERSION = 4; // TODO: automate this
function App() {
const [token, setToken] = useState(localStorage.getItem('token', ''));

View File

@@ -8,6 +8,7 @@ body {
body {
background: black;
overflow-y: scroll;
font-family: 'protofont',Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
}
#root {