Skip to content

Commit

Permalink
정규식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YongJaeHyun committed Sep 6, 2023
1 parent df1cc65 commit 186e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Dropdown = ({ title, content }: IDropdown) => {
};

const websiteReg =
/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/;
/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_+.~#?&//=]*)/;

return (
<>
Expand Down

0 comments on commit 186e087

Please sign in to comment.