Skip to content

Commit ca718dd

Browse files
committed
small refactor
1 parent c939a68 commit ca718dd

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

resources/views/pages/ecosystem.blade.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -112,28 +112,6 @@
112112
</a>
113113
</div>
114114
</div>
115-
@endif
116-
117-
@if (!empty($resourceData['laravel-auth-slate']))
118-
<div class="hover:bg-gray-50 p-[24px] rounded border border-2 border-gray-100">
119-
<span class="font-semibold text-[20px]">Laravel Authentication Slate</span>
120-
121-
<span class="bg-[#ECF5FC] ml-2 px-2 text-primary-blue-deep rounded-3xl py-1 font-semibold">{{ $resourceData['laravel-auth-slate']['version'] }}</span>
122-
123-
<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>
124-
125-
<div class="flex flex-wrap">
126-
<a href="{{ $resourceData['laravel-auth-slate']['repository_url'] }}" class="inline-flex self-center text-[#6C7379]">
127-
View <img src="{{ asset('images/upper_right_arrow.png') }}" class="h-[20px] w-[20px] self-center">
128-
</a>
129-
130-
<img src="{{ asset('images/rectangle.png') }}" class="w-0.5 mx-2 h-5 m-auto self-center">
131-
132-
<a href="{{ $resourceData['laravel-auth-slate']['release_note_url'] }}" target="_BLANK" class="inline-flex self-center text-[#6C7379]">
133-
Release Notes <img src="{{ asset('images/upper_right_arrow.png') }}" class="h-[20px] w-[20px] self-center">
134-
</a>
135-
</div>
136-
</div>
137115
@endif
138116

139117
</div>

0 commit comments

Comments
 (0)