Skip to content

Commit aec00a4

Browse files
Added missing closing bracket.
1 parent 4538aa9 commit aec00a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const metadata: Metadata = {
2121
'Custom software engineering solutions that are elegantly designed with scalability in mind..',
2222
type: 'website',
2323
},
24-
}
24+
}
2525

2626
export default function RootLayout({
2727
children,

0 commit comments

Comments
 (0)