Skip to content

Commit

Permalink
Change app name in navbar and in title
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgos kalmoukis committed Apr 22, 2020
1 parent c2a6856 commit 593176f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/common/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
<a class="navbar-brand" href="{{ url('/posts') }}">
<img src="http://placehold.it/50x50?text=logo" class="rounded-circle nav-mobile" alt="">
<span class="nav-pc">{{ config('app.name', 'Laravel') }}</span>
<span class="nav-pc">PinWeb</span>
</a>

<form action="/search" method="GET" class="form-inline my-2 my-lg-0">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">

<title>{{ config('app.name', 'Laravel') }}</title>
<title>PinWeb</title>

<!-- Scripts -->
<script src="{{ asset('js/app.js') }}"></script>
Expand Down

0 comments on commit 593176f

Please sign in to comment.