Skip to content

Commit

Permalink
Fix: Fix missing style sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Sep 4, 2024
1 parent 34d0321 commit 3b14e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<link href="favicon.ico" rel="shortcut"/>
<link href="favicon.ico" rel="apple-touch-icon" sizes="512x512"/>
<link href="_content/AntDesign/css/ant-design-blazor.css" rel="stylesheet"/>
<link href="_content/AntDesign/css/ant-design-blazor.aliyun.min.css" rel="stylesheet"/>
<link href="_content/AntDesign/css/ant-design-blazor.dark.min.css" rel="stylesheet"/>
</head>

<body>
Expand Down

0 comments on commit 3b14e43

Please sign in to comment.