Skip to content

Commit

Permalink
lagt til q0 i gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hildeheggstad committed Jun 8, 2020
1 parent 015dcac commit f7c2de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nais/dev-sbs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ingress": "https://arbeidsgiver-q.nav.no/arbeidsforhold",
"api-gw-url": "https://api-gw-q1.oera.no",
"api-gw-url-q0": "https://api-gw-q0.oera.no",
"selvbetjening-login-url": "https://loginservice-q.nav.no/login?redirect=https://arbeidsgiver-q.nav.no/arbeidsforhold",
"logout-url": "https://loginservice-q.nav.no/slo",
"decorator-external-url": "https://appres-q1.nav.no/common-html/v4/navno?header-withmenu=true&styles=true&scripts=true&footer-withmenu=true"
Expand Down
2 changes: 1 addition & 1 deletion src/App/MineAnsatte/HovedBanner/HovedBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Banner: FunctionComponent<Props> = props => {
return (
<div className="hovebanner">
<Bedriftsmeny
sidetittel="Arbeidsforhold test av gh actions"
sidetittel="Arbeidsforhold"
organisasjoner={props.organisasjoner.sort((a, b) => a.Name.localeCompare(b.Name))}
onOrganisasjonChange={onOrganisasjonChange}
history={history}
Expand Down

0 comments on commit f7c2de2

Please sign in to comment.