Skip to content

Commit 79ae964

Browse files
committed
[main]: fix build issue
1 parent 5868bf6 commit 79ae964

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

abcd.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"editor.inlayHints.enabled": "offUnlessPressed",
6161
"editor.insertSpaces": true,
6262
"editor.linkedEditing": true,
63-
"editor.minimap.enabled": true,
63+
"editor.minimap.enabled": false,
6464
"editor.minimap.renderCharacters": false,
6565
"editor.minimap.size": "fill",
6666
"editor.multiCursorModifier": "alt",

public/assets/images/logo.png

14.9 KB
Loading

src/assets/icons/logo.svg

Lines changed: 26 additions & 0 deletions
Loading

src/layouts/common/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Picture } from "astro:assets";
33
44
import "@/assets/styles/header.css";
55
import { APP_NAME } from "@/utils/constants";
6-
import logoImage from "/public/assets/images/zero.png";
6+
import logoImage from "/public/assets/images/logo.png";
77
---
88

99
<div class="container__header">

0 commit comments

Comments
 (0)