This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
footer/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " varaamo" ,
3- "version" : " 0.12.10 " ,
3+ "version" : " 0.12.11 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/City-of-Helsinki/varaamo"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`domain/footer/Footer When there is no customization in use renders corr
5656 <span
5757 className = " app-varaamo-version"
5858 >
59- v0.12.10
59+ v0.12.11
6060 </span >
6161 </div >
6262 </Col >
@@ -121,7 +121,7 @@ exports[`domain/footer/Footer renders correctly 1`] = `
121121 <span
122122 className = " app-varaamo-version"
123123 >
124- v0.12.10
124+ v0.12.11
125125 </span >
126126 </div >
127127 </Col >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class MainNavbar extends React.Component {
8080 { t ( 'Navbar.manageReservations' ) }
8181 </ NavItem >
8282 </ LinkContainer >
83- < NavItem eventKey = "adminMaintenance" href = "https://api.hel.fi/respa/ra/" target = "_blank" >
83+ < NavItem eventKey = "adminMaintenance" href = "https://respa. api.hel.fi/respa/ra/" target = "_blank" >
8484 { t ( 'Navbar.adminMaintenance' ) }
8585 < FAIcon icon = { faExternalLinkAlt } />
8686 </ NavItem >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import FAIcon from '../../../../app/shared/fontawesome-icon/FontAwesomeIcon';
1111describe ( 'shared/main-navbar/MainNavbar' , ( ) => {
1212 const pathname = 'somepath' ;
1313 const gitbookURL = 'https://cityofhelsinki.gitbook.io/varaamo' ;
14- const respaURL = 'https://api.hel.fi/respa/ra/' ;
14+ const respaURL = 'https://respa. api.hel.fi/respa/ra/' ;
1515
1616 function getWrapper ( props ) {
1717 const defaults = {
You can’t perform that action at this time.
0 commit comments