Skip to content

Commit 8cf400d

Browse files
v2
1 parent 670eda3 commit 8cf400d

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

app/Http/Livewire/Register.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Register extends Component
88
{
99
public function render()
1010
{
11-
return view('livewire.auth.register');
11+
return view('livewire.auth.register')
12+
->layout('layouts.base');
1213
}
1314
}

resources/views/livewire/auth/register.blade.php

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
<!--
2-
3-
=========================================================
4-
* Volt Free - Bootstrap 5 Dashboard
5-
=========================================================
6-
7-
* Product Page: https://themesberg.com/product/admin-dashboard/volt-premium-bootstrap-5-dashboard
8-
* Copyright 2020 Themesberg (https://www.themesberg.com)
9-
* License (https://themesberg.com/licensing)
10-
11-
* Designed and coded by https://themesberg.com
12-
13-
=========================================================
14-
15-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal.
16-
17-
-->
18-
19-
@extends('layouts.base')
1+
@extends('layouts.base')
202

213

224

@@ -90,7 +72,7 @@
9072
<div class="d-flex justify-content-center align-items-center mt-4">
9173
<span class="fw-normal">
9274
Already have an account?
93-
<a href="./sign-in.html" class="fw-bold">Login here</a>
75+
<a href="/login" class="fw-bold">Login here</a>
9476
</span>
9577
</div>
9678
</div>

0 commit comments

Comments
 (0)