Skip to content

Commit

Permalink
chore :: 원서 링크 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Jul 16, 2024
1 parent 2981fde commit dc371d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewAdmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const NewAdmissionPage = () => {
const { isAdmin } = useAuthority();

const DownLoad = () => {
const pdfUrl = 'https://dsmhs.djsch.kr/boardCnts/fileDown.do?fileSeq=9587a60deb3b32b48b7342b0ea9112aa';
const pdfUrl = 'https://dsmhs.djsch.kr/boardCnts/fileDown.do?fileSeq=7cc282c62941f5b4e314530b378dc812';
window.open(pdfUrl);
};

Expand Down

0 comments on commit dc371d4

Please sign in to comment.