Files
chapter-organizer/WebApp/Components/Pages/Home.razor
T

13 lines
319 B
Plaintext

@page "/"
@inject IConfiguration Configuration
<PageTitle>Home</PageTitle>
<MudText Typo="Typo.h2">TSA Chapter Organizer</MudText>
<MudText Typo="Typo.h3">@Configuration["ChapterSettings:Name"]</MudText>
<MudLink Href="events">
<MudCard>
<MudCardHeader>Events</MudCardHeader>
</MudCard>
</MudLink>