Skip to content

Commit 6d5134d

Browse files
authored
fix(docs): fix dotnet quickstart code blocks (#2237)
fix(docs): fix dotnet code blocks
1 parent 6f11444 commit 6d5134d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/getting-started/integrate-auth/40_dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ app.Run();
179179

180180
2. Add this code to the `Pages/Index.cshtml` file to present the data to the user:
181181

182-
```cshtml title="Pages/Index.cshtml" showLineNumbers
182+
```csharp title="Pages/Index.cshtml" showLineNumbers
183183
@page
184184
@{
185185
// add-lines-start

src/css/theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,13 @@ svg[class*="iconExternalLink"] {
6161
background-color: rgba(255, 0, 0, 0.2);
6262
margin: 0 -12px;
6363
padding: 0 12px;
64-
display: block;
6564
text-decoration: line-through;
6665
}
6766

6867
.code-block-add-line {
6968
background-color: rgba(0, 255, 0, 0.2);
7069
margin: 0 -12px;
7170
padding: 0 12px;
72-
display: block;
7371
}
7472

7573
@media (max-width: 996px) {

0 commit comments

Comments
 (0)