Skip to content

Commit ed7932f

Browse files
committed
Update class url
1 parent 7c9cb04 commit ed7932f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/Class.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ export default function Class() {
4141
<Button
4242
text="馬上看社課影片"
4343
onClick={() => {
44-
alert("Hacked!");
45-
window.location.href =
46-
"https://www.youtube.com/watch?v=dQw4w9WgXcQ";
44+
alert("NCKUCTF{Welcome_To_NCKUCTF_HITCON_Booth}!");
45+
window.location.href = "https://www.youtube.com/@NCKUCTF";
4746
}}
4847
/>
4948
</div>

0 commit comments

Comments
 (0)