Remove outdated browser warning
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
<html @php(language_attributes())>
|
||||
@include('partials.head')
|
||||
<body @php(body_class())>
|
||||
<!--[if IE]>
|
||||
<div class="alert alert-warning">
|
||||
{!! __('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'sage') !!}
|
||||
</div>
|
||||
<![endif]-->
|
||||
@php(do_action('get_header'))
|
||||
@include('partials.header')
|
||||
<div class="wrap container" role="document">
|
||||
|
||||
Reference in New Issue
Block a user