Changed variables.

This commit is contained in:
2026-07-04 07:43:33 -07:00
parent 7ee47a0b1e
commit 4484f88d8d
21 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<?php
$data = array_merge($data, [
$ctx->withData([
'title' => 'Coming Soon',
'heading' => 'Coming Soon',
'countdown' => true,
'launch_date' => '2026-01-01T00:00:00'
]);
view('@novacore/coming-soon', $data);
view('@novacore/coming-soon', $ctx->data);