Skip to content

Commit

Permalink
Link logo to AnonAddy homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Cuppens authored and Martijn Cuppens committed Mar 21, 2021
1 parent 941400e commit 8834445
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<div class="w-full max-w-md">

<div class="flex justify-center text-white mb-6 text-5xl font-bold">
<img class="w-48" alt="AnonAddy Logo" src="/svg/logo.svg">
<a href="https://anonaddy.com" aria-label="Go to Anonaddy homepage">
<img class="w-48" alt="AnonAddy Logo" src="/svg/logo.svg">
</a>
</div>
<div class="flex flex-col break-words bg-white border border-2 rounded-lg shadow-lg overflow-hidden">
<form class="" method="POST" action="{{ route('login') }}">
Expand Down Expand Up @@ -86,4 +88,4 @@
@endif
</div>
</div>
@endsection
@endsection

0 comments on commit 8834445

Please sign in to comment.