Skip to content

Commit

Permalink
fix: info.js function
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 14, 2024
1 parent 5706f20 commit cabf3b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my-app/src/page/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import React from "react";

export const Info = () => {
function attend_click() {
window.open("https://camp-app.csie.cool/login");
window.location.replace("https://camp-app.csie.cool/login");
}

return (
<div class="attend_info_">
<section class="lesson">
Expand Down

0 comments on commit cabf3b8

Please sign in to comment.