Skip to content

Commit

Permalink
chore: use fluent label
Browse files Browse the repository at this point in the history
  • Loading branch information
konnta0 committed Nov 15, 2023
1 parent 168d7f7 commit 9ad231b
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<projects-container class="projects-container">
<projects-grid class="project-grid">
<ProjectItem Title="Errors" Href="https://github.com/konnta0/Errors">
<p>C# Error(Exception) handler</p>
<FluentLabel Typo="Typography.Body">C# Error(Exception) handler</FluentLabel>
</ProjectItem>
<ProjectItem Title="Portfolio" Href="https://github.com/konnta0/Portfolio">
<p>This Web Site Source.</p>
<p>Create from C# and Blazor wasm.</p>
<p>Build on Azure Static Web Apps.</p>
<FluentLabel Typo="Typography.Body">
This Web Site Source.
Create from C# and Blazor wasm.
Build on Azure Static Web Apps.
</FluentLabel>
</ProjectItem>
</projects-grid>
</projects-container>
Expand Down

0 comments on commit 9ad231b

Please sign in to comment.