Skip to content

Commit b33e655

Browse files
authored
Add donation link to navigation bar (#965)
1 parent a81f1e4 commit b33e655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/layout.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ See the LICENSE file for copyright details
4343
<a href="/"><span class="mdi mdi-home"> Home</span></a>
4444
<a href="/docs/about.md"><span class="mdi mdi-information"> About</span></a>
4545
<a href="/docs"><span class="mdi mdi-file-document-multiple"> Docs</span></a>
46+
<a href="https://opencollective.com/open-web-docs"><span class="mdi mdi-hand-coin"></span> Donate</title>
4647
<a href="https://github.com/openwebdocs/mdn-bcd-collector"><span class="mdi mdi-github"> GitHub</span></a>
4748
<a href="/changelog">v<%- appVersion %></a>
4849
</nav>

0 commit comments

Comments
 (0)