Skip to content

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 3, 2024
1 parent c939a68 commit ca718dd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions resources/views/pages/ecosystem.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,28 +112,6 @@
</a>
</div>
</div>
@endif

@if (!empty($resourceData['laravel-auth-slate']))
<div class="hover:bg-gray-50 p-[24px] rounded border border-2 border-gray-100">
<span class="font-semibold text-[20px]">Laravel Authentication Slate</span>

<span class="bg-[#ECF5FC] ml-2 px-2 text-primary-blue-deep rounded-3xl py-1 font-semibold">{{ $resourceData['laravel-auth-slate']['version'] }}</span>

<p class="text-[18px] text-[#81888E] mb-2 mt-2" style="letter-spacing: -0.02em;">Package for setting up mobile authentication using Laravel in your Nylo project</p>

<div class="flex flex-wrap">
<a href="{{ $resourceData['laravel-auth-slate']['repository_url'] }}" class="inline-flex self-center text-[#6C7379]">
View <img src="{{ asset('images/upper_right_arrow.png') }}" class="h-[20px] w-[20px] self-center">
</a>

<img src="{{ asset('images/rectangle.png') }}" class="w-0.5 mx-2 h-5 m-auto self-center">

<a href="{{ $resourceData['laravel-auth-slate']['release_note_url'] }}" target="_BLANK" class="inline-flex self-center text-[#6C7379]">
Release Notes <img src="{{ asset('images/upper_right_arrow.png') }}" class="h-[20px] w-[20px] self-center">
</a>
</div>
</div>
@endif

</div>
Expand Down

0 comments on commit ca718dd

Please sign in to comment.