Skip to content

Commit ddd3cb1

Browse files
authored
Update Header.tsx
1 parent 732d545 commit ddd3cb1

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"}}>國立臺北科技大學</small></h6>
8+
<h6 className="m-0" ><small style={{color: "#ffffff99"}}>is1ab club</small></h6>
99
</div>
1010
)
1111
}

0 commit comments

Comments
 (0)