Skip to content

Commit 98e57f2

Browse files
committed
Added new image for Collection page
1 parent 718c74d commit 98e57f2

File tree

2 files changed

+72
-3
lines changed

2 files changed

+72
-3
lines changed

Diff for: public/img/ui/kotomka.svg

+70
Loading

Diff for: resources/views/library/collection.blade.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
@section('description', 'Перестаньте использовать громоздкие примитивные массивы и начните использовать коллекции.')
44
@section('content')
55

6-
<x-header align="align-items-end">
6+
<x-header align="align-items-center">
77
<x-slot name="sup">Декларативный стиль</x-slot>
88
<x-slot name="title">Высокий уровень через коллекцию</x-slot>
99
<x-slot name="description">
1010
Опирайтесь на высокие абстракции вместо применения низкоуровневых конструкций.
1111
</x-slot>
1212
<x-slot name="content">
13-
<img src="/img/gusli.svg" class="img-fluid d-block mx-auto">
13+
<img src="/img/ui/kotomka.svg" class="img-fluid d-block mx-auto">
1414
</x-slot>
1515
</x-header>
1616

17-
1817
@php
1918
$sections = collect([
2019
'basics',

0 commit comments

Comments
 (0)