We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aca0bf + ac4fde0 commit 7b2aa5eCopy full SHA for 7b2aa5e
2 files changed
PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Home/Components/Home.razor
@@ -40,7 +40,7 @@
40
@code {
41
protected override void OnInitialized()
42
{
43
- Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2023"));
+ Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2024"));
44
45
if(State.Value.Loading)
46
Dispatcher.Dispatch(new LoadDataAction());
PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Security/Components/Login.razor
@@ -6,7 +6,7 @@
6
@inject IDispatcher Dispatcher
7
8
<MudDialog>
9
- <TitleContent><h2 class="d-flex justify-center">Welcome to DDD South West 2023</h2> </TitleContent>
+ <TitleContent><h2 class="d-flex justify-center">Welcome to DDD South West 2024</h2> </TitleContent>
10
<DialogContent>
11
12
<MudCard>
0 commit comments