We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd3cb1 commit 8b2a30fCopy full SHA for 8b2a30f
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"}}>is1ab club</small></h6>
+ <h6 className="m-0" ><small style={{color: "#ffffff99"}}>NTUT is1ab club</small></h6>
9
</div>
10
)
11
}
0 commit comments