diff --git a/resources/views/components/champions/grid_info.blade.php b/resources/views/components/champions/grid_info.blade.php index 14b8220..d7c71dd 100644 --- a/resources/views/components/champions/grid_info.blade.php +++ b/resources/views/components/champions/grid_info.blade.php @@ -37,7 +37,8 @@ Popular Positions: @if (isset($champion->lanes) && isset($champion->lanes->roles)) @foreach ($champion->lanes->roles as $lane) - {{ $lane }} @svg(getRoleIconSvg($lane), 'w-5 h-5 inline-block') + {{ $lane }} + @svg(getRoleIconSvg($lane), 'w-5 h-5 inline-block') @if (!$loop->last) - @endif @@ -150,6 +151,7 @@

{{ $champion->name }} Lore

+

{{ $champion->lore }} @@ -161,8 +163,6 @@ @push('top_scripts') @vite('resources/js/lane-filter.js') - @endpush @push('bottom_scripts') @include('popper::assets') diff --git a/resources/views/components/champions/list_all.blade.php b/resources/views/components/champions/list_all.blade.php index 5c22b87..6ffba52 100644 --- a/resources/views/components/champions/list_all.blade.php +++ b/resources/views/components/champions/list_all.blade.php @@ -15,6 +15,10 @@

+
+ +
+
@foreach ($champions as $key => $champion) diff --git a/resources/views/components/emotes/list_all.blade.php b/resources/views/components/emotes/list_all.blade.php index 0c9a869..dfa1ecc 100644 --- a/resources/views/components/emotes/list_all.blade.php +++ b/resources/views/components/emotes/list_all.blade.php @@ -10,6 +10,11 @@
+ + +
@foreach ($emotes as $key => $emote) diff --git a/resources/views/components/home/features.blade.php b/resources/views/components/home/features.blade.php index 280458d..4c789ee 100644 --- a/resources/views/components/home/features.blade.php +++ b/resources/views/components/home/features.blade.php @@ -85,5 +85,8 @@

+
+ +
diff --git a/resources/views/components/icons/list_all.blade.php b/resources/views/components/icons/list_all.blade.php index 751b65a..d0f98a8 100644 --- a/resources/views/components/icons/list_all.blade.php +++ b/resources/views/components/icons/list_all.blade.php @@ -9,6 +9,10 @@
+ +
@foreach ($icons as $key => $icon) diff --git a/resources/views/components/skins/paginatedlist.blade.php b/resources/views/components/skins/paginatedlist.blade.php index 979f9e5..8760f35 100644 --- a/resources/views/components/skins/paginatedlist.blade.php +++ b/resources/views/components/skins/paginatedlist.blade.php @@ -8,6 +8,10 @@ Champion Skins +
+ +
+ @fragment('skin-list')