0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

chore: add changeset

This commit is contained in:
Gao Sun 2024-02-04 21:11:19 +08:00
parent 9e6cc9ae3b
commit c14cd18278
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@logto/console": minor
---
add .NET Core Blazor Server guide

View file

@ -54,6 +54,10 @@
padding: _.unit(1);
border-radius: 4px;
}
hr {
border-color: var(--color-border);
}
}
}