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