File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ import "../../styles/fonts.css";
3838 target =" _blank" >Forum</a
3939 >
4040 </li >
41+ <li >
42+ <a
43+ href =" https://merch.audacityteam.org/"
44+ aria-label =" External link to Merch"
45+ target =" _blank"
46+ >
47+ <b >Merch</b >
48+ <sup class =" ml-1 px-1.5 py-0.3 rounded bg-red-600 text-white text-xs font-semibold" >NEW</sup >
49+ </a >
50+ </li >
4151 <li >
4252 <a
4353 href =" https://manual.audacityteam.org/"
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ function NavigationReact(props) {
2626 linkText : "Forum" ,
2727 target : "_blank" ,
2828 } ,
29+ {
30+ href : "https://merch.audacityteam.org/" ,
31+ linkText : "Merch" ,
32+ target : "_blank" ,
33+ } ,
2934 ] ;
3035
3136 function handleHamburgerMenuClick ( ) {
You can’t perform that action at this time.
0 commit comments