Skip to content

Commit 8b2a30f

Browse files
authored
Update Header.tsx
1 parent ddd3cb1 commit 8b2a30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function Header(){
55
return (
66
<div className="w-100 pt-5 pb-4 rounded">
77
<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>
8+
<h6 className="m-0" ><small style={{color: "#ffffff99"}}>NTUT is1ab club</small></h6>
99
</div>
1010
)
1111
}

0 commit comments

Comments
 (0)