Skip to content

Commit

Permalink
Add explanation text to sign-up button
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed May 17, 2024
1 parent b19adec commit f3e910c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/resources/views/loginButton.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<p class="text-danger text-center">{{ $errors->first('lslogin-id') }}</p>
@endif
<a style="display: block; text-align: center;" href="{{ route('lslogin-redirect') }}" title="Log in via Life Science Login">
<img style="height: 34px" src="{{ cachebust_asset('vendor/auth-lslogin/login-grey-wide.png') }}">
<img style="height: 48px" src="{{ cachebust_asset('vendor/auth-lslogin/login-grey-wide.png') }}">
</a>
7 changes: 5 additions & 2 deletions src/resources/views/registerButton.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<a style="display: block; text-align: center;" href="{{ route('lslogin-redirect') }}" title="Sign up via Life Science Login">
<img style="height: 34px" src="{{ cachebust_asset('vendor/auth-lslogin/login-grey-wide.png') }}">
<a style="display: block; text-align: center; margin-bottom:.5em;" href="{{ route('lslogin-redirect') }}" title="Sign up via Life Science Login">
<img style="height: 48px" src="{{ cachebust_asset('vendor/auth-lslogin/login-grey-wide.png') }}">
</a>
<p class="text-center text-muted">
(supports Google, ORCID and your institute)
</p>

0 comments on commit f3e910c

Please sign in to comment.