Skip to content

Commit

Permalink
添加logo
Browse files Browse the repository at this point in the history
  • Loading branch information
slince-zero committed Apr 26, 2024
1 parent e0dbefd commit 97650cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>IMaker</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/page/left/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function LeftBoard() {
<>
<Navbar>
<NavbarBrand>
<ImgLogo />
{/* <ImgLogo /> */}
<img src="public/favicon.png" alt="" />
<p className='font-bold text-inherit'>IMker</p>
</NavbarBrand>

Expand Down

0 comments on commit 97650cc

Please sign in to comment.