File tree 5 files changed +20
-5
lines changed
5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 6
6
<div class =" row" >
7
7
<div class =" col col-login mx-auto" >
8
8
<div class =" text-center mb-6" >
9
- <img src =" /tabler.svg" class =" h-6" alt =" " >
9
+ <img
10
+ src =" /https://tabler.github.io/tabler/demo/brand/tabler.svg"
11
+ class =" h-6"
12
+ alt =" Logo Tabler" >
10
13
</div >
11
14
<form class =" card" action =" {{ route (' login' ) } }" method =" post" novalidate >
12
15
@csrf
Original file line number Diff line number Diff line change 6
6
<div class =" row" >
7
7
<div class =" col col-login mx-auto" >
8
8
<div class =" text-center mb-6" >
9
- <img src =" /tabler.svg" class =" h-6" alt =" " >
9
+ <img
10
+ src =" /https://tabler.github.io/tabler/demo/brand/tabler.svg"
11
+ class =" h-6"
12
+ alt =" Logo Tabler" >
10
13
</div >
11
14
<form class =" card" action =" {{ route (' password.email' ) } }" method =" post" novalidate >
12
15
@csrf
Original file line number Diff line number Diff line change 6
6
<div class =" row" >
7
7
<div class =" col col-login mx-auto" >
8
8
<div class =" text-center mb-6" >
9
- <img src =" /tabler.svg" class =" h-6" alt =" " >
9
+ <img
10
+ src =" /https://tabler.github.io/tabler/demo/brand/tabler.svg"
11
+ class =" h-6"
12
+ alt =" Logo Tabler" >
10
13
</div >
11
14
<form class =" card" method =" POST" action =" {{ route (' password.request' ) } }" >
12
15
@csrf
Original file line number Diff line number Diff line change 6
6
<div class =" row" >
7
7
<div class =" col col-login mx-auto" >
8
8
<div class =" text-center mb-6" >
9
- <img src =" /tabler.svg" class =" h-6" alt =" " >
9
+ <img
10
+ src =" /https://tabler.github.io/tabler/demo/brand/tabler.svg"
11
+ class =" h-6"
12
+ alt =" Logo Tabler" >
10
13
</div >
11
14
12
15
<form class =" card" action =" {{ route (' register' ) } }" method =" post" novalidate >
Original file line number Diff line number Diff line change 23
23
<div class =" container" >
24
24
<div class =" d-flex" >
25
25
<a class =" header-brand" href =" {{ route (' home' ) } }" >
26
- <img src =" /tabler.svg" class =" header-brand-img" alt =" tabler logo" >
26
+ <img
27
+ src =" https://tabler.github.io/tabler/demo/brand/tabler.svg"
28
+ class =" header-brand-img"
29
+ alt =" tabler logo" >
27
30
</a >
28
31
29
32
<div class =" d-flex order-lg-2 ml-auto" >
You can’t perform that action at this time.
0 commit comments