Skip to content

Commit 24e0740

Browse files
add /sponsors to menu and footer (#1400)
Added the sponsors page on the menu and footer for visibility --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 32bef27 commit 24e0740

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/data/links.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
{
115115
"name": "Sponsorship",
116116
"items": [
117+
{
118+
"name": "Our Sponsors",
119+
"path": "/sponsors"
120+
},
117121
{
118122
"name": "Sponsor Packages",
119123
"path": "/sponsorship/sponsor"
@@ -302,6 +306,10 @@
302306
{
303307
"name": "Sponsorship",
304308
"items": [
309+
{
310+
"name": "Our Sponsors",
311+
"path": "/sponsors"
312+
},
305313
{
306314
"name": "Sponsor Packages",
307315
"path": "/sponsorship/sponsor"

0 commit comments

Comments
 (0)