Skip to content

Commit 0800502

Browse files
committed
fixing logo
1 parent 0dd6ba2 commit 0800502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
7+
<title>Hasty server Docs</title>
88
</head>
99
<body>
1010
<div id="root"></div>

doc/src/components/header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Header = () => {
55
<header className="bg-black text-white p-4 flex justify-between items-center md:px-20">
66
<div className="flex items-center">
77
<img
8-
src="../../public/logo.png"
8+
src="../../logo.png"
99
alt="Hasty Server Logo"
1010
className="w-20"
1111
/>

0 commit comments

Comments
 (0)