Skip to content

Commit

Permalink
[FE] BUG: 홈 화면 상세보기 버튼 눌렀을때 최신글로 이동하게 url 변경 #1697
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkeniaem committed Oct 23, 2024
1 parent 1ddb190 commit 30a7130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Cabinet/components/Home/ServiceManual.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ServiceManual = ({
};

const openNotionLink = () => {
window.open("https://cabi.oopy.io/0bbb08a2-241c-444b-8a96-6b33c3796451");
window.open("https://cabi.oopy.io/115f29ec-ef8e-4748-a8a6-0d0341def33c");
};

return (
Expand Down

0 comments on commit 30a7130

Please sign in to comment.