Skip to content

Commit

Permalink
Oppdaterer fraværskalkulatoren med nye tall.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Jul 1, 2024
1 parent a6635b5 commit 3178cbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/komponenter/Kalkulator/KalkulatorMedDagsverk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const KalkulatorMedDagsverk: FunctionComponent<Props> = ({
label="Kostnad per dag per ansatt i kroner"
placeholder="kr"
name="kostnad-per-dagsverk"
hjelpetekst="SINTEF beregner kostnader ved sykefravær til 2600 kr per dag."
hjelpetekst="Beløpet 4200 kr er basert på SINTEF's beregnede sykefraværskostnader, med justering i henhold til lønnsvekst."
/>
<Kalkulatorrad
onChange={(event) => {
Expand Down
2 changes: 1 addition & 1 deletion src/komponenter/Kalkulator/KalkulatorMedProsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const KalkulatorMedProsent: FunctionComponent<Props> = ({
label="Kostnad per dag per ansatt i kroner"
placeholder="kr"
name="kostnad-per-dagsverk-prosent"
hjelpetekst="SINTEF beregner kostnader ved sykefravær til 2600 kr per dag."
hjelpetekst="Beløpet 4200 kr er basert på SINTEF's beregnede sykefraværskostnader, med justering i henhold til lønnsvekst."
/>
<Kalkulatorrad
onChange={(event) => {
Expand Down
2 changes: 1 addition & 1 deletion src/komponenter/Kalkulator/kalkulator-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const GJENNOMSNITTLIG_DAGLIG_KOSTNAD_SYKEFRAVÆR = "2600";
export const GJENNOMSNITTLIG_DAGLIG_KOSTNAD_SYKEFRAVÆR = "4200";

export enum Kalkulatorvariant {
Dagsverk = "antallTapteDagsverk",
Expand Down

0 comments on commit 3178cbf

Please sign in to comment.