diff --git a/examples/localization/src/payload.config.ts b/examples/localization/src/payload.config.ts index fc2e5b647..381f2bb82 100644 --- a/examples/localization/src/payload.config.ts +++ b/examples/localization/src/payload.config.ts @@ -53,7 +53,7 @@ export default buildConfig({ admin: { components: { // The `BeforeLogin` component renders a message that you see while logging into your admin panel. - // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15. + // Feel free to delete this at any time. Simply remove the line below. beforeLogin: ['@/components/BeforeLogin'], afterDashboard: ['@/components/AfterDashboard'], }, diff --git a/templates/website/src/components/BeforeDashboard/index.tsx b/templates/website/src/components/BeforeDashboard/index.tsx index 907eae47f..9db54d50a 100644 --- a/templates/website/src/components/BeforeDashboard/index.tsx +++ b/templates/website/src/components/BeforeDashboard/index.tsx @@ -60,7 +60,7 @@ const BeforeDashboard: React.FC = () => { {'Pro Tip: This block is a '} diff --git a/templates/website/src/payload.config.ts b/templates/website/src/payload.config.ts index 08a77e7f0..2ddee86d2 100644 --- a/templates/website/src/payload.config.ts +++ b/templates/website/src/payload.config.ts @@ -24,10 +24,10 @@ export default buildConfig({ admin: { components: { // The `BeforeLogin` component renders a message that you see while logging into your admin panel. - // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15. + // Feel free to delete this at any time. Simply remove the line below. beforeLogin: ['@/components/BeforeLogin'], // The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel. - // Feel free to delete this at any time. Simply remove the line below and the import `BeforeDashboard` statement on line 15. + // Feel free to delete this at any time. Simply remove the line below. beforeDashboard: ['@/components/BeforeDashboard'], }, importMap: { diff --git a/templates/with-vercel-website/src/components/BeforeDashboard/index.tsx b/templates/with-vercel-website/src/components/BeforeDashboard/index.tsx index 907eae47f..9db54d50a 100644 --- a/templates/with-vercel-website/src/components/BeforeDashboard/index.tsx +++ b/templates/with-vercel-website/src/components/BeforeDashboard/index.tsx @@ -60,7 +60,7 @@ const BeforeDashboard: React.FC = () => { {'Pro Tip: This block is a '} diff --git a/templates/with-vercel-website/src/payload.config.ts b/templates/with-vercel-website/src/payload.config.ts index 22fb44fe1..192b7d926 100644 --- a/templates/with-vercel-website/src/payload.config.ts +++ b/templates/with-vercel-website/src/payload.config.ts @@ -24,10 +24,10 @@ export default buildConfig({ admin: { components: { // The `BeforeLogin` component renders a message that you see while logging into your admin panel. - // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15. + // Feel free to delete this at any time. Simply remove the line below. beforeLogin: ['@/components/BeforeLogin'], // The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel. - // Feel free to delete this at any time. Simply remove the line below and the import `BeforeDashboard` statement on line 15. + // Feel free to delete this at any time. Simply remove the line below. beforeDashboard: ['@/components/BeforeDashboard'], }, importMap: {