Skip to content

Commit 4196ce3

Browse files
committed
case sensitive isolated css file name
1 parent b8ce371 commit 4196ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearnJsonEverything/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</script>
3232
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
3333
<link href="_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.css" rel="stylesheet" />
34-
<link href="learnjsoneverything.styles.css" rel="stylesheet" />
34+
<link href="LearnJsonEverything.styles.css" rel="stylesheet" />
3535
<link href="css/app.css" rel="stylesheet" />
3636
<link href="css/editor.css" rel="stylesheet" />
3737
<link href="css/bootstrap-overrides.css" rel="stylesheet" />

0 commit comments

Comments
 (0)