Skip to content

Commit

Permalink
readding mistakenly deleted primer build.css line back into error page (
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudreau committed Dec 9, 2021
1 parent ad400da commit 7999931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/error.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="ap-local-base-url" content="{{localBaseUrl}}" />
<title>{{title}}</title>
<link rel="stylesheet" href="/public/primer/build.css" media="all" />
<link rel="stylesheet" href="/public/css/error.css" media="all" />
<script src="/public/js/jquery.min.js" nonce="{{nonce}}"></script>
</head>
Expand Down

0 comments on commit 7999931

Please sign in to comment.