Skip to content

Commit

Permalink
[main]: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Jan 10, 2025
1 parent 5868bf6 commit 79ae964
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abcd.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"editor.inlayHints.enabled": "offUnlessPressed",
"editor.insertSpaces": true,
"editor.linkedEditing": true,
"editor.minimap.enabled": true,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.minimap.size": "fill",
"editor.multiCursorModifier": "alt",
Expand Down
Binary file added public/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/common/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Picture } from "astro:assets";
import "@/assets/styles/header.css";
import { APP_NAME } from "@/utils/constants";
import logoImage from "/public/assets/images/zero.png";
import logoImage from "/public/assets/images/logo.png";
---

<div class="container__header">
Expand Down

0 comments on commit 79ae964

Please sign in to comment.