We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2631a86 commit a60abd9Copy full SHA for a60abd9
components/Forside/Ingress/ForsideIngress.tsx
@@ -1,6 +1,8 @@
1
import styles from './ForsideIngress.module.css';
2
-import { Ingress } from '@navikt/ds-react';
+import { BodyLong } from '@navikt/ds-react';
3
4
export const ForsideIngress = ({ children }: { children: React.ReactNode }) => (
5
- <Ingress className={styles.ingress}>{children}</Ingress>
+ <BodyLong size={'large'} className={styles.ingress}>
6
+ {children}
7
+ </BodyLong>
8
);
0 commit comments