このコミットが含まれているのは:
守矢諏訪子 2022-02-11 17:17:04 +09:00
コミット 90dd77e47a
24個のファイルの変更6行の追加6行の削除

ファイルの表示

@ -3,8 +3,8 @@
@section('content')
<div id="content" tabindex="-1" class="main-col">
<div class="main-row network">
@include('pages.peertube.about.components.menu', ['active' => 'follows'])
@include('pages.peertube.about.components.network')
@include('layout.component.about.menu', ['active' => 'follows'])
@include('layout.component.about.network')
</div>
</div>
@endsection

ファイルの表示

@ -8,8 +8,8 @@
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="row">
@include('pages.peertube.about.components.menu', ['active' => 'instance'])
@include('pages.peertube.about.components.about')
@include('layout.component.about.menu', ['active' => 'instance'])
@include('layout.component.about.about')
</div>
</div>
</div>

ファイルの表示

@ -4,8 +4,8 @@
<div id="content" tabindex="-1" class="main-col">
<div class="main-row">
<div class="root">
@include('pages.peertube.about.components.menu', ['active' => 'lightpeer'])
@include('pages.peertube.about.components.lightpeer')
@include('layout.component.about.menu', ['active' => 'lightpeer'])
@include('layout.component.about.lightpeer')
</div>
</div>
</div>