Fix issues.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3002 --turbo",
|
||||
"dev": "dotenv next dev --turbo",
|
||||
"build": "npm-run-all check-env build-db check-db build-tracker build-recorder build-geo build-app",
|
||||
"start": "next start",
|
||||
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const MIN_ROW_HEIGHT = 300;
|
||||
export const MIN_ROW_HEIGHT = 150;
|
||||
export const MAX_ROW_HEIGHT = 600;
|
||||
export const MIN_COLUMN_WIDTH = 300;
|
||||
export const BUTTON_ROW_HEIGHT = 60;
|
||||
|
||||
@@ -103,7 +103,7 @@ export function useWebsiteNavItems(websiteId: string) {
|
||||
},
|
||||
{
|
||||
id: 'replays',
|
||||
label: formatMessage(labels.replays),
|
||||
label: t(labels.replays),
|
||||
icon: <Video />,
|
||||
path: renderPath('/replays'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user