Skip to content

Commit 11d61a7

Browse files
committed
misc: minor changes
1 parent 70867ba commit 11d61a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ export const metadata: Metadata = {
77
title:
88
"Portfolio | Priyanka Sharma (lassiecoder) | Mobile & Web app developer",
99
description:
10-
"Crafting compelling narratives through design, merging creativity with functionality seamlessly."
10+
"Crafting compelling narratives through design, merging creativity with functionality seamlessly.",
1111
};
1212

1313
const montserrat = Montserrat({
1414
subsets: ["latin"],
1515
display: "swap",
16-
variable: "--font-montserrat"
16+
variable: "--font-montserrat",
1717
});
1818

1919
export default function RootLayout({
20-
children
20+
children,
2121
}: Readonly<{
2222
children: React.ReactNode;
2323
}>) {

0 commit comments

Comments
 (0)