Skip to content

Commit b79a216

Browse files
committed
Update README.md
1 parent 8dfea01 commit b79a216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A split view authentication layout screen
118118

119119
---
120120

121-
To change the Layout you would like to use, simply change the Layout file that is imported in the **AppBase.tsx**. As an example, to use the `AuthSplitLayout.tsx`, the first line would be modified to look like the following:
121+
To change the Layout you would like to use, simply change the Layout file that is imported in either the `resources/js/layouts/auth-layout.tsx` or `resources/js/layouts/app-layout.tsx`. As an example, to use the `AuthSplitLayout.tsx`, the first line of `resources/js/layouts/auth-layout.tsx` would be modified to look like the following:
122122

123123
```tsx
124124
import AuthLayoutTemplate from '@/layouts/auth/auth-split-layout';

0 commit comments

Comments
 (0)