Skip to content

Commit

Permalink
removed link to manga page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Mar 10, 2020
1 parent 69d3bf9 commit 279a2af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<img src="img/astolfo.png" class="img-fluid" style="max-height: 400px"/>
</p>

<p>
<a href="https://mangas.astolfo.rocks" class="btn btn-primary">Manga list</a>
</p>

<p>
@foreach (getSocialMediaLinks() as $link)
{{ Html::link($link['url'], $link['title'], ['class' => 'btn btn-outline-dark']) }}
Expand All @@ -28,4 +24,4 @@
</div>
</div>
</div>
@endsection
@endsection

0 comments on commit 279a2af

Please sign in to comment.