mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
feat(admin): update admin layout for better ux + update brand pine colors
This commit is contained in:
parent
7a276764e6
commit
d86142ebe7
18 changed files with 189 additions and 155 deletions
|
|
@ -18,14 +18,14 @@ class MyAccountController extends BaseController
|
|||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('my_account\view');
|
||||
return view('my_account/view');
|
||||
}
|
||||
|
||||
public function changePassword(): string
|
||||
{
|
||||
helper('form');
|
||||
|
||||
return view('my_account\change_password');
|
||||
return view('my_account/change_password');
|
||||
}
|
||||
|
||||
public function attemptChange(): RedirectResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue