We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc7255 commit d890f6bCopy full SHA for d890f6b
1 file 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 {DateTime.UtcNow.Year}"));
+ Dispatcher.Dispatch(new SetHeaderBarTitleAction($"DDD South West {DateTime.UtcNow.Year}"));
44
45
if(State.Value.Loading)
46
Dispatcher.Dispatch(new LoadDataAction());
0 commit comments