File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Navbar, Nav } from 'react-bootstrap'
55export default function Header ( { menuItems } ) {
66 return (
77 < Navbar bg = "white" expand = "lg" sticky = "top" className = { styles . navbar } >
8- < Navbar . Brand href = "/" > < b > RAW</ b > < span className = "text-primary" > Graphs</ span > 2.0 beta </ Navbar . Brand >
8+ < Navbar . Brand href = "/" > < b > RAW</ b > < span className = "text-primary" > Graphs</ span > 2.0</ Navbar . Brand >
99 < Navbar . Toggle aria-controls = "basic-navbar-nav" />
1010 < Navbar . Collapse id = "basic-navbar-nav" >
1111 < Nav className = "ml-auto" >
@@ -25,6 +25,15 @@ export default function Header({ menuItems }) {
2525 >
2626 Report issue
2727 </ a >
28+ < a
29+ role = "button"
30+ href = "https://github.com/sponsors/rawgraphs"
31+ target = "_blank"
32+ rel = "noopener noreferrer"
33+ className = "btn btn-sm btn-primary ml-2 d-flex flex-column align-items-center justify-content-center"
34+ >
35+ Support us
36+ </ a >
2837 </ Nav >
2938 </ Navbar . Collapse >
3039 </ Navbar >
You can’t perform that action at this time.
0 commit comments