Remove outdated browser warning

This commit is contained in:
Ben Word
2017-01-13 11:22:15 -07:00
parent 8bd55bba58
commit 9fca64adab

View File

@@ -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">