aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/dashboard/login.edge
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/dashboard/login.edge')
-rw-r--r--resources/views/dashboard/login.edge4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/dashboard/login.edge b/resources/views/dashboard/login.edge
index dce7360..ee354a4 100644
--- a/resources/views/dashboard/login.edge
+++ b/resources/views/dashboard/login.edge
@@ -1,7 +1,7 @@
1@layout('layouts.v2') 1@layout('layouts.v2')
2 2
3@section('content') 3@section('content')
4<div class="w-screen h-screen bg-purple-200 flex items-center justify-center"> 4<div class="w-screen bg-purple-200 flex items-center justify-center">
5<form class="w-full max-w-sm bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4" 5<form class="w-full max-w-sm bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4"
6 action="{{ route('login') }}" method="POST"> 6 action="{{ route('login') }}" method="POST">
7 <h1 class="text-gray-700 text-center text-2xl pb-5"> 7 <h1 class="text-gray-700 text-center text-2xl pb-5">
@@ -52,7 +52,7 @@
52 Sign In 52 Sign In
53 </button> 53 </button>
54 <p class="text-gray-600 text-sm text-center py-2"> 54 <p class="text-gray-600 text-sm text-center py-2">
55 By logging in, you accept the <a href="/terms">Terms of Service</a> and <a href="/privacy">Privacy policy</a>. This website uses cookies to log you in. 55 By logging in, you accept the <a href="/terms">terms of service</a> and <a href="/privacy">privacy policy</a>. This website uses cookies to log you in.
56 </p> 56 </p>
57 <div class="text-center"> 57 <div class="text-center">
58 <a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="/user/forgot"> 58 <a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="/user/forgot">