flyPad
-
{formatTime(([this.state.currentTime.getUTCHours(), this.state.currentTime.getMinutes()])) + 'z'}
+
{formatTime(([this.state.currentTime.getUTCHours(), this.state.currentTime.getUTCMinutes()])) + 'z'}
100%
diff --git a/src/instruments/src/EFB/index-web.tsx b/src/instruments/src/EFB/index-web.tsx
index dcdd8461885..15f0a031f77 100644
--- a/src/instruments/src/EFB/index-web.tsx
+++ b/src/instruments/src/EFB/index-web.tsx
@@ -16,7 +16,7 @@
* along with this program. If not, see .
*/
-import './Assets/Boot.scss';
+import './Assets/Efb.scss';
import React from "react";
import ReactDOM from "react-dom";
diff --git a/src/instruments/src/EFB/index.jsx b/src/instruments/src/EFB/index.jsx
index 69ac313eece..b9b829f5168 100644
--- a/src/instruments/src/EFB/index.jsx
+++ b/src/instruments/src/EFB/index.jsx
@@ -24,7 +24,7 @@ import {
} from '../util.mjs';
import logo from './Assets/fbw-logo.svg';
-import './Assets/Boot.scss';
+import './Assets/Efb.scss';
function ScreenLoading() {
return (
@@ -61,7 +61,7 @@ function EFBLoad() {
setLoadingTimeout(setTimeout(() => {
setSimVar('L:A32NX_EFB_TURNED_ON', 2, 'number');
setLoadingTimeout(undefined);
- }, 6_000));
+ }, 6000));
}
break;
case 2: