File tree Expand file tree Collapse file tree
PocketDDD.BlazorClient/PocketDDD.BlazorClient/Features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040@code {
4141 protected override void OnInitialized ()
4242 {
43- Dispatcher .Dispatch (new SetHeaderBarTitleAction (" DDDSW 2024 " ));
43+ Dispatcher .Dispatch (new SetHeaderBarTitleAction ($ " DDDSW { DateTime . UtcNow . Year } " ));
4444
4545 if (State .Value .Loading )
4646 Dispatcher .Dispatch (new LoadDataAction ());
Original file line number Diff line number Diff line change 66@inject IDispatcher Dispatcher
77
88<MudDialog >
9- <TitleContent ><h2 class =" d-flex justify-center" >Welcome to DDD South West 2024 </h2 > </TitleContent >
9+ <TitleContent ><h2 class =" d-flex justify-center" >Welcome to DDD South West @DateTime.UtcNow.Year </h2 > </TitleContent >
1010 <DialogContent >
1111
1212 <MudCard >
Original file line number Diff line number Diff line change 11locals {
22 resource_prefix = " pocketddd-${ var . env } "
33 sql_server_name = " ${ local . resource_prefix } -sql-server"
4- subdomain = var. env == " production" ? " pocket2024 " : " pocket-${ var . env } "
4+ subdomain = var. env == " production" ? " pocket2025 " : " pocket-${ var . env } "
55}
You can’t perform that action at this time.
0 commit comments