Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 14, 2024
1 parent 96b001b commit 2151b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-app/src/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const Nav = () => {
</li>
))}
<li class="banner_button_register">
<a href="https://camp-app.csie.cool/login" className="login_button" target="_blank">
<a href="https://camp-app.csie.cool/login" className="login_button">
立即報名
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion my-app/src/page/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

export const Info = () => {
function attend_click() {
window.open("https://camp-app.csie.cool/login", "_blank");
window.open("https://camp-app.csie.cool/login");
}
return (
<div class="attend_info_">
Expand Down

0 comments on commit 2151b73

Please sign in to comment.