Skip to content

Commit

Permalink
Merge pull request #28417 from yuters/patch-2
Browse files Browse the repository at this point in the history
[5.8] Change navbar-laravel class for bootstrap classes
  • Loading branch information
taylorotwell authored May 6, 2019
2 parents 878c442 + d9225b6 commit 7c943e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</head>
<body>
<div id="app">
<nav class="navbar navbar-expand-md navbar-light navbar-laravel">
<nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="{{ url('/') }}">
{{ config('app.name', 'Laravel') }}
Expand Down

0 comments on commit 7c943e5

Please sign in to comment.