Skip to content

Commit

Permalink
feta(balzorui): update bit BlazorUI Hero section button content #6212 (
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrastegari authored Dec 2, 2023
1 parent 192a9c4 commit 05ae8e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/BlazorUI/Demo/Client/Core/Pages/Home/HeroSection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<BitTypography Variant="BitTypographyVariant.H1">bit BlazorUI</BitTypography>
<BitTypography Variant="BitTypographyVariant.Subtitle1" Gutter>bit BlazorUI components are native, easy-to-customize, and work seamlessly in all Blazor modes (WASM, Server, Hybrid, pre-rendering), saving you time and making development enjoyable.</BitTypography>
<br />
<BitButton Href="/getting-started" Style="height:40px">
<BitTypography Variant="BitTypographyVariant.H6" Style="display: flex">
Get started &nbsp; <BitIcon IconName="@BitIconName.ChevronRightSmall" />
</BitTypography>
<BitButton Href="/getting-started"
Size="BitButtonSize.Large"
IconName="@BitIconName.ChevronRightSmall"
IconPosition="BitButtonIconPosition.End">
Get started
</BitButton>
</div>
<div class="hero-section-content">
Expand Down

0 comments on commit 05ae8e1

Please sign in to comment.