Skip to content

Commit 0b517c6

Browse files
💡 (app/layout.tsx): add missing curly braces to the author object in metadata array for better readability and consistency
✨ (app/layout.tsx): update applicationName metadata with a new line break for better visual separation between the name and authors metadata
1 parent f031ce1 commit 0b517c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎app/layout.tsx‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export const metadata: Metadata = {
1414
},
1515
applicationName: "🧪 Practice Exams Platform | Ditectrev",
1616
authors: [
17-
{ name: "Daniel Danielecki", url: "https://github.com/danieldanielecki" },
17+
{
18+
name: "Daniel Danielecki",
19+
url: "https://github.com/danieldanielecki",
20+
},
1821
{
1922
name: "Eduard-Constantin Ibinceanu",
2023
url: "https://github.com/eduardconstantin",

0 commit comments

Comments
 (0)