Skip to content

Commit b50d478

Browse files
committed
Fixed the wrong hotel logo
1 parent dd79644 commit b50d478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Logo from "@/assets/spa-logo.png";
1+
import Logo from "@/assets/hotel-logo.png";
22
import "./AppHeader.scss";
33
const AppHeader = () => <img className="LogoImg" src={Logo}></img>;
44
export default AppHeader;

0 commit comments

Comments
 (0)