File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
examples/localization/src
components/BeforeDashboard
components/BeforeDashboard Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default buildConfig({
53
53
admin : {
54
54
components : {
55
55
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
56
- // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15 .
56
+ // Feel free to delete this at any time. Simply remove the line below.
57
57
beforeLogin : [ '@/components/BeforeLogin' ] ,
58
58
afterDashboard : [ '@/components/AfterDashboard' ] ,
59
59
} ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const BeforeDashboard: React.FC = () => {
60
60
</ ul >
61
61
{ 'Pro Tip: This block is a ' }
62
62
< a
63
- href = "https://payloadcms.com/docs/admin/ custom-components/overview#base-component-overrides "
63
+ href = "https://payloadcms.com/docs/custom-components/overview"
64
64
rel = "noopener noreferrer"
65
65
target = "_blank"
66
66
>
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ export default buildConfig({
24
24
admin : {
25
25
components : {
26
26
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
27
- // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15 .
27
+ // Feel free to delete this at any time. Simply remove the line below.
28
28
beforeLogin : [ '@/components/BeforeLogin' ] ,
29
29
// The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel.
30
- // Feel free to delete this at any time. Simply remove the line below and the import `BeforeDashboard` statement on line 15 .
30
+ // Feel free to delete this at any time. Simply remove the line below.
31
31
beforeDashboard : [ '@/components/BeforeDashboard' ] ,
32
32
} ,
33
33
importMap : {
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const BeforeDashboard: React.FC = () => {
60
60
</ ul >
61
61
{ 'Pro Tip: This block is a ' }
62
62
< a
63
- href = "https://payloadcms.com/docs/admin/ custom-components/overview#base-component-overrides "
63
+ href = "https://payloadcms.com/docs/custom-components/overview"
64
64
rel = "noopener noreferrer"
65
65
target = "_blank"
66
66
>
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ export default buildConfig({
24
24
admin : {
25
25
components : {
26
26
// The `BeforeLogin` component renders a message that you see while logging into your admin panel.
27
- // Feel free to delete this at any time. Simply remove the line below and the import `BeforeLogin` statement on line 15 .
27
+ // Feel free to delete this at any time. Simply remove the line below.
28
28
beforeLogin : [ '@/components/BeforeLogin' ] ,
29
29
// The `BeforeDashboard` component renders the 'welcome' block that you see after logging into your admin panel.
30
- // Feel free to delete this at any time. Simply remove the line below and the import `BeforeDashboard` statement on line 15 .
30
+ // Feel free to delete this at any time. Simply remove the line below.
31
31
beforeDashboard : [ '@/components/BeforeDashboard' ] ,
32
32
} ,
33
33
importMap : {
You can’t perform that action at this time.
0 commit comments