forked from mirror/pixelfed
Update discover view
This commit is contained in:
parent
5fe3f15b69
commit
3d656aac21
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="container mt-5 pt-3">
|
<discover-component></discover-component>
|
||||||
<section>
|
|
||||||
<discover-component></discover-component>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
|
|
Loading…
Reference in a new issue