We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0f4ad commit 82e6b73Copy full SHA for 82e6b73
src/pages/Subscribe.tsx
@@ -3,6 +3,7 @@ import { FormEvent, useState } from "react";
3
import { useNavigate } from "react-router-dom";
4
5
import { Logo } from "../components/Logo";
6
+import mockup from "../assets/code-mockup.png";
7
8
export function Subscribe() {
9
const navigate = useNavigate()
@@ -70,7 +71,7 @@ export function Subscribe() {
70
71
</div>
72
73
- <img src="/src/assets/code-mockup.png" className="mt-10" alt="" />
74
+ <img src={mockup} className="mt-10" alt="" />
75
76
);
77
}
0 commit comments