Add custom Protocoin symbol
This commit is contained in:
@@ -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', ''));
|
||||
|
@@ -8,6 +8,7 @@ body {
|
||||
body {
|
||||
background: black;
|
||||
overflow-y: scroll;
|
||||
font-family: 'protofont',Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
|
||||
}
|
||||
|
||||
#root {
|
||||
|
Reference in New Issue
Block a user