We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e597431 commit 732d545Copy full SHA for 732d545
src/component/Header.tsx
@@ -4,7 +4,7 @@ export function Header(){
4
const navigate = useNavigate()
5
return (
6
<div className="w-100 pt-5 pb-4 rounded">
7
- <p className="fs-2 fw-bold" onClick={() => navigate("/")} style={{cursor: "pointer"}}>is1ab CLUB</p>
+ <p className="fs-2 fw-bold" onClick={() => navigate("/")} style={{cursor: "pointer"}}>北科資安社</p>
8
<h6 className="m-0" ><small style={{color: "#ffffff99"}}>國立臺北科技大學</small></h6>
9
</div>
10
)
0 commit comments