Remove outdated browser warning
This commit is contained in:
@@ -2,11 +2,6 @@
|
|||||||
<html @php(language_attributes())>
|
<html @php(language_attributes())>
|
||||||
@include('partials.head')
|
@include('partials.head')
|
||||||
<body @php(body_class())>
|
<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'))
|
@php(do_action('get_header'))
|
||||||
@include('partials.header')
|
@include('partials.header')
|
||||||
<div class="wrap container" role="document">
|
<div class="wrap container" role="document">
|
||||||
|
|||||||
Reference in New Issue
Block a user