Commit 3c5be44 1 parent ee84e1a commit 3c5be44 Copy full SHA for 3c5be44
File tree 1 file changed +10
-1
lines changed
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'
5
5
export default function Header ( { menuItems } ) {
6
6
return (
7
7
< 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 >
9
9
< Navbar . Toggle aria-controls = "basic-navbar-nav" />
10
10
< Navbar . Collapse id = "basic-navbar-nav" >
11
11
< Nav className = "ml-auto" >
@@ -25,6 +25,15 @@ export default function Header({ menuItems }) {
25
25
>
26
26
Report issue
27
27
</ 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 >
28
37
</ Nav >
29
38
</ Navbar . Collapse >
30
39
</ Navbar >
You can’t perform that action at this time.
0 commit comments