We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27ab18 commit 8f1aa2eCopy full SHA for 8f1aa2e
src/data/navbar.yml
@@ -8,7 +8,7 @@
8
dropdown:
9
- name: About Us
10
href: /about
11
- - name: Board
+ - name: Board of Directors
12
href: /about/board
13
- name: History
14
href: /about/history
src/pages/about/board.astro
@@ -41,9 +41,9 @@ import PageSite from "@layouts/PageSite.astro"
41
}
42
</style>
43
44
-<PageSite title="Board" description={"Meet the board of our nonprofit organization."}>
+<PageSite title="Board of Directors" description={"Meet the board of our nonprofit organization."}>
45
<div class="center">
46
- <h1>Board</h1>
+ <h1>Board of Directors</h1>
47
<div class="box">
48
<div class="card">
49
<h1>Kevin Wang</h1>
0 commit comments