Skip to content
Snippets Groups Projects
Commit 957efc7a authored by Min Dong Hyeun's avatar Min Dong Hyeun
Browse files

[EDIT]다시 수정

parent bf496ba3
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ function LinkPageForm() {
const handleSubmit = async(event) => {
event.preventDefault();
console.log({id});
navigate(`/HomeParticipate/${id}`);
}
......@@ -32,7 +31,7 @@ function LinkPageForm() {
<div>
<p>hey</p>
<Input
value={`localhost:3000/HomeParticipate/${id}`}
value={`https://when-meet.link/HomeParticipate/${id}`}
/>
<Button
type="button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment