Skip to content

Commit e2ea996

Browse files
committed
moving to 2.2
1 parent 9743b48 commit e2ea996

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ So, here is an in-depth video that takes you through the BlazorHero Project! Do
7676
- Dedicated Documentation Website - [Here](https://blazorhero.github.io/docs/)
7777
- Tutorials to add new entities, controllers
7878
- UI Updates
79+
- Support for PostgreSQL / MySQL - Easy DB Switching
80+
- You can suggest your requirements as well!
7981

8082
# Down the Roadmap
8183

src/Client/Pages/Content/Home.razor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
@_localizer["Blazor Hero Description"] <MudLink Href="https://www.mudblazor.com" Target="_blank">MudBlazor</MudLink> @_localizer["Component Library"].
1919
</MudText>
2020
</MudItem>
21+
<MudItem xs="12" sm="12" md="12">
22+
<MudAlert Style="margin-top:10px;justify-content:center" Severity="Severity.Info">@_localizer["Celebrating 1,500 Stars on Github!"] <MudLink Href="https://github.com/blazorhero/CleanArchitecture/stargazers">@_localizer["Liked BlazorHero? Star us on Github!"]</MudLink></MudAlert>
23+
</MudItem>
2124
<MudItem xs="12" sm="12" md="12">
2225
<div class="pa-4 justify-center my-4 mud-text-align-center">
2326
<MudButton Variant="Variant.Filled" Color="Color.Primary" Link="https://codewithmukesh.com/blazorhero" Target="_blank">@_localizer["Project Page"]</MudButton>

0 commit comments

Comments
 (0)