Skip to content

Commit c0002f3

Browse files
committed
About us -> Team
1 parent b8ae34c commit c0002f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export const CONTACT_NAME = "Terra Oh";
88
export const CONTACT_EMAIL = "[email protected]";
99

1010
export const PAGES = [
11-
{ link: "/about", name: "About", leetName: "ABOUT" },
1211
{ link: "/methods", name: "Methods", leetName: "METHODS" },
1312
{ link: "/timeline", name: "Timeline", leetName: "TIMELINE" },
13+
{ link: "/team", name: "Team", leetName: "TEAM" },
1414
{ link: "/blog", name: "Blog", leetName: "BLOG" },
1515
] as const;
1616

src/pages/about.mdx renamed to src/pages/team.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: About
55
import Member from "../components/about/Member.astro"
66
import Members from "../components/about/Members.astro"
77

8-
# About us
8+
# Team
99

1010
Team CYB3RL4NG is a class of 2026 Gemstone team at the University of Maryland.
1111
We are 5 undergraduate students, plus our mentor, Dr. Erik Nesse, and our librarian,

0 commit comments

Comments
 (0)