Skip to content

Commit

Permalink
Merge pull request #39 from IntegerAlex/logofix
Browse files Browse the repository at this point in the history
fixing logo
  • Loading branch information
IntegerAlex authored Oct 4, 2024
2 parents e8c2211 + 0800502 commit 9e827a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Hasty server Docs</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/components/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Header = () => {
<header className="bg-black text-white p-4 flex justify-between items-center md:px-20">
<div className="flex items-center">
<img
src="../../public/logo.png"
src="../../logo.png"
alt="Hasty Server Logo"
className="w-20"
/>
Expand Down

0 comments on commit 9e827a6

Please sign in to comment.