Feat/polish-mission1 #12
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -20,7 +20,7 @@ export function SiteMobileBlocker(): React.JSX.Element {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/assets/logo/logo.jpg"
|
src="/assets/logo.png"
|
||||||
alt="Logo Altera"
|
alt="Logo Altera"
|
||||||
style={{ width: 120, height: "auto" }}
|
style={{ width: 120, height: "auto" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import type { SceneLoadingState } from "@/types/world/sceneLoading";
|
import type { SceneLoadingState } from "@/types/world/sceneLoading";
|
||||||
|
|
||||||
const LOADING_BACKGROUND_PATH = "/assets/bg-site.png";
|
const LOADING_BACKGROUND_PATH = "/assets/bg-site.png";
|
||||||
const LOADING_LOGO_PATH = "/assets/logo/logo.jpg";
|
const LOADING_LOGO_PATH = "/assets/logo.png";
|
||||||
|
|
||||||
for (const path of [LOADING_BACKGROUND_PATH, LOADING_LOGO_PATH]) {
|
for (const path of [LOADING_BACKGROUND_PATH, LOADING_LOGO_PATH]) {
|
||||||
const image = new Image();
|
const image = new Image();
|
||||||
|
|||||||
Reference in New Issue
Block a user