Skip to content

Commit

Permalink
NotFound component
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Oct 4, 2023
1 parent 49daad2 commit fa2e5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/arbeidsplassen-react/NotFound/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function NotFound({ title, children, className }) {
{children ? (
children
) : (
<BodyLong children="arb-not-found-description">
<BodyLong className="arb-not-found-description">
Nettsiden kan være slettet eller flyttet, eller det var en feil i
lenken som førte deg hit.
</BodyLong>
Expand Down
2 changes: 1 addition & 1 deletion src/packages/arbeidsplassen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/arbeidsplassen-react",
"version": "7.2.7",
"version": "7.2.8",
"main": "dist/index.js",
"private": false,
"scripts": {
Expand Down

0 comments on commit fa2e5d4

Please sign in to comment.