Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: respa admin url link
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed Nov 16, 2023
1 parent 3443e58 commit 2c72939
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varaamo",
"version": "0.12.10",
"version": "0.12.11",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/varaamo"
Expand Down
4 changes: 2 additions & 2 deletions src/domain/footer/__tests__/__snapshots__/Footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`domain/footer/Footer When there is no customization in use renders corr
<span
className="app-varaamo-version"
>
v0.12.10
v0.12.11
</span>
</div>
</Col>
Expand Down Expand Up @@ -121,7 +121,7 @@ exports[`domain/footer/Footer renders correctly 1`] = `
<span
className="app-varaamo-version"
>
v0.12.10
v0.12.11
</span>
</div>
</Col>
Expand Down
2 changes: 1 addition & 1 deletion src/domain/header/MainNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MainNavbar extends React.Component {
{t('Navbar.manageReservations')}
</NavItem>
</LinkContainer>
<NavItem eventKey="adminMaintenance" href="https://api.hel.fi/respa/ra/" target="_blank">
<NavItem eventKey="adminMaintenance" href="https://respa.api.hel.fi/respa/ra/" target="_blank">
{t('Navbar.adminMaintenance')}
<FAIcon icon={faExternalLinkAlt} />
</NavItem>
Expand Down
2 changes: 1 addition & 1 deletion src/domain/header/__tests__/MainNavbar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import FAIcon from '../../../../app/shared/fontawesome-icon/FontAwesomeIcon';
describe('shared/main-navbar/MainNavbar', () => {
const pathname = 'somepath';
const gitbookURL = 'https://cityofhelsinki.gitbook.io/varaamo';
const respaURL = 'https://api.hel.fi/respa/ra/';
const respaURL = 'https://respa.api.hel.fi/respa/ra/';

function getWrapper(props) {
const defaults = {
Expand Down

0 comments on commit 2c72939

Please sign in to comment.