Skip to content

Commit 8367e7e

Browse files
committed
Oppdater kommentar
1 parent bdde61b commit 8367e7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/[locale]/fallback.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
// If your microfrontend contains dynamic information that potentially could fails to load, you can create a static version of your microfrontend here that will be displayed to the user instead.
2+
// Your microfrontend could fail with an error. This is a static version of your microfrontend that will be displayed
3+
// to the user instead.
34
45
import { Heading } from "@navikt/ds-react";
56
import ClientIsland from "@src/components/ClientIsland";

0 commit comments

Comments
 (0)