We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70867ba commit 11d61a7Copy full SHA for 11d61a7
src/app/layout.tsx
@@ -7,17 +7,17 @@ export const metadata: Metadata = {
7
title:
8
"Portfolio | Priyanka Sharma (lassiecoder) | Mobile & Web app developer",
9
description:
10
- "Crafting compelling narratives through design, merging creativity with functionality seamlessly."
+ "Crafting compelling narratives through design, merging creativity with functionality seamlessly.",
11
};
12
13
const montserrat = Montserrat({
14
subsets: ["latin"],
15
display: "swap",
16
- variable: "--font-montserrat"
+ variable: "--font-montserrat",
17
});
18
19
export default function RootLayout({
20
- children
+ children,
21
}: Readonly<{
22
children: React.ReactNode;
23
}>) {
0 commit comments