Skip to content

Commit

Permalink
Merge branch 'main' into feature/terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
russdaygh committed Apr 22, 2024
2 parents 2aca0bf + ac4fde0 commit 7b2aa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@code {
protected override void OnInitialized()
{
Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2023"));
Dispatcher.Dispatch(new SetHeaderBarTitleAction("DDDSW 2024"));

if(State.Value.Loading)
Dispatcher.Dispatch(new LoadDataAction());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@inject IDispatcher Dispatcher

<MudDialog>
<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>
<DialogContent>

<MudCard>
Expand Down

0 comments on commit 7b2aa5e

Please sign in to comment.