Skip to content

Commit

Permalink
💡 (app/layout.tsx): add missing curly braces to the author object in…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
danieldanielecki committed Aug 19, 2024
1 parent f031ce1 commit 0b517c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export const metadata: Metadata = {
},
applicationName: "🧪 Practice Exams Platform | Ditectrev",
authors: [
{ name: "Daniel Danielecki", url: "https://github.com/danieldanielecki" },
{
name: "Daniel Danielecki",
url: "https://github.com/danieldanielecki",
},
{
name: "Eduard-Constantin Ibinceanu",
url: "https://github.com/eduardconstantin",
Expand Down

0 comments on commit 0b517c6

Please sign in to comment.