Skip to content

Commit

Permalink
fix: link to stylesheet in example is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
asser-dk committed Jan 26, 2024
1 parent 1a06435 commit d64c633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<base href="~/"/>
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css"/>
<link href="css/site.css" rel="stylesheet"/>
<link href="OneOfContrib.Blazor.Examples.styles.css" rel="stylesheet"/>
<link href="Fenris.OneOfContrib.Blazor.Examples.styles.css" rel="stylesheet"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered"/>
</head>
Expand Down

0 comments on commit d64c633

Please sign in to comment.