Skip to content

Commit

Permalink
Merge pull request #5 from dddsw/sg/update-to-2024
Browse files Browse the repository at this point in the history
Update UI from 2023 to 2024
  • Loading branch information
dynamictulip authored Apr 21, 2024
2 parents 5f667d2 + 1dc4495 commit ac4fde0
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 ac4fde0

Please sign in to comment.