Skip to content

Commit d890f6b

Browse files
committed
Expand name on homepage
1 parent 7fc7255 commit d890f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features/Home/Components

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 {DateTime.UtcNow.Year}"));
43+
Dispatcher.Dispatch(new SetHeaderBarTitleAction($"DDD South West {DateTime.UtcNow.Year}"));
4444

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

0 commit comments

Comments
 (0)