fix: correct override css url (#218)

This commit is contained in:
Carlos Valente
2022-10-16 19:57:52 +02:00
committed by GitHub
parent 320834beab
commit cf963f6e05
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "1.8.3",
"version": "1.8.4",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.3.2",
+1 -1
View File
@@ -29,4 +29,4 @@ export const playbackURL = `${serverURL}/playback`;
export const ontimeURL = `${serverURL}/ontime`;
export const stylesPath = 'external/styles/override.css';
export const overrideStylesURL = `serverURL/${stylesPath}`;
export const overrideStylesURL = `${serverURL}/${stylesPath}`;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "1.8.3",
"version": "1.8.4",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",