Skip to content

Commit cbd7b76

Browse files
committed
Update Head.cshtml
1 parent 1eff50e commit cbd7b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtentReports/Views/Html/Partials/Head.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>@Model.MasterConfig.GetValue("documentTitle")</title>
55
<link rel="apple-touch-icon" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png">
66
<link rel="shortcut icon" href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/d74480e/commons/img/logo.png">
7-
<link href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/be80d26/spark/css/style.css" rel="stylesheet" />
7+
<link href="https://cdn.rawgit.com/extent-framework/extent-github-cdn/2bfb90a/spark/css/style.css" rel="stylesheet" />
88
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
99
<style>@Model.MasterConfig.GetValue("css") @Model.MasterConfig.GetValue("styles")</style>
1010
</head>

0 commit comments

Comments
 (0)