Skip to content

Commit ba5b200

Browse files
committed
Error page should use correct css
1 parent b059f99 commit ba5b200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Pages/Error.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
1010
<title>Error</title>
1111
<link href="~/css/bootstrap/bootstrap.min.css" rel="stylesheet"/>
12-
<link href="~/css/site.css" rel="stylesheet"/>
12+
<link href="~/css/basic.css" rel="stylesheet"/>
1313
</head>
1414

1515
<body>

0 commit comments

Comments
 (0)