Skip to content

Commit 82e6b73

Browse files
committed
Opening image correction
1 parent 4b0f4ad commit 82e6b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/Subscribe.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { FormEvent, useState } from "react";
33
import { useNavigate } from "react-router-dom";
44

55
import { Logo } from "../components/Logo";
6+
import mockup from "../assets/code-mockup.png";
67

78
export function Subscribe() {
89
const navigate = useNavigate()
@@ -70,7 +71,7 @@ export function Subscribe() {
7071
</div>
7172
</div>
7273

73-
<img src="/src/assets/code-mockup.png" className="mt-10" alt="" />
74+
<img src={mockup} className="mt-10" alt="" />
7475
</div>
7576
);
7677
}

0 commit comments

Comments
 (0)