Skip to content

Commit 7b2aa5e

Browse files
committed
Merge branch 'main' into feature/terraform
2 parents 2aca0bf + ac4fde0 commit 7b2aa5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features

PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Home/Components/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@code {
4141
protected override void OnInitialized()
4242
{
43-
Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2023"));
43+
Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2024"));
4444

4545
if(State.Value.Loading)
4646
Dispatcher.Dispatch(new LoadDataAction());

PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Security/Components/Login.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@inject IDispatcher Dispatcher
77

88
<MudDialog>
9-
<TitleContent><h2 class="d-flex justify-center">Welcome to DDD South West 2023</h2> </TitleContent>
9+
<TitleContent><h2 class="d-flex justify-center">Welcome to DDD South West 2024</h2> </TitleContent>
1010
<DialogContent>
1111

1212
<MudCard>

0 commit comments

Comments
 (0)