Skip to content

Commit

Permalink
fix: Review
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Sep 9, 2024
1 parent 6e29765 commit aa528b2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NAVIGATION: Navigation = [
];

const BRANDING = {
title: 'My Toolpad Core Next.js Pages next-auth 4 App',
title: 'My Toolpad Core App',
};

const AUTHENTICATION = {
Expand Down
2 changes: 1 addition & 1 deletion examples/core-auth-nextjs-pages/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NAVIGATION: Navigation = [
];

const BRANDING = {
title: 'My Toolpad Core Next.js Pages App',
title: 'My Toolpad Core App',
};

const AUTHENTICATION = {
Expand Down
2 changes: 1 addition & 1 deletion examples/core-auth-nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const NAVIGATION: Navigation = [
];

const BRANDING = {
title: 'My Toolpad Core Next.js App',
title: 'My Toolpad Core App',
};

const AUTHENTICATION = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NAVIGATION: Navigation = [
];
const BRANDING = {
title: 'My Toolpad Core Next.js App',
title: 'My Toolpad Core App',
};
${
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const NAVIGATION: Navigation = [
];
const BRANDING = {
title: 'My Toolpad Core Next.js Pages App',
title: 'My Toolpad Core App',
};
${
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NAVIGATION: Navigation = [
];

const BRANDING = {
title: 'My Toolpad Core Next.js Pages App',
title: 'My Toolpad Core App',
};

const AUTHENTICATION = {
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const NAVIGATION: Navigation = [
];

const BRANDING = {
title: 'My Toolpad Core Next.js App',
title: 'My Toolpad Core App',
};

const AUTHENTICATION = {
Expand Down

0 comments on commit aa528b2

Please sign in to comment.