Skip to content

Commit 05a2daf

Browse files
committed
Improve accessibility and touch target size across views and styles
- Updated links in `back-login.blade.php` and `register.blade.php` to include `a11y-target-link` class for better accessibility. - Adjusted styles in `_tables.scss` and `_cards.scss` to ensure minimum clickable area meets touch target requirements. - Enhanced `SiteAssetPresenter` links with `site-asset-link` class for improved accessibility and consistency.
1 parent 84a39be commit 05a2daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/front/expedition/partials/expedition-loop.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="d-flex align-items-start justify-content-between mt-4 mx-auto">
2828
{!! isset($project) ? $project->present()->project_page_icon : $expedition->project->present()->project_page_icon !!}
2929
@isset($expedition->panoptesProject)
30-
@if ($expedition->zooActorExpedition->state > 1)
30+
@if ($expedition->zooActorExpedition->state === 2)
3131
{!! $expedition->panoptesProject->present()->url !!}
3232
@endif
3333
@endisset

0 commit comments

Comments
 (0)