create-prisma-php-app 1.24.1 → 1.24.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -891,11 +891,6 @@ try {
891
891
  $content .= $childContent;
892
892
  $content .= getLoadingsFiles();
893
893
 
894
- if ($secondRequestC69CD) {
895
- echo $content;
896
- return;
897
- }
898
-
899
894
  ob_start();
900
895
  require_once APP_PATH . '/layout.php';
901
896
 
@@ -20,7 +20,7 @@
20
20
  </nav>
21
21
  </header>
22
22
  <main class="flex-1 flex justify-center items-center">
23
- <section id="hero" class="w-full py-12 sm:py-24 md:py-32 lg:py-48">
23
+ <section id="hero" class="w-full">
24
24
  <div class="px-4 md:px-6">
25
25
  <div class="flex flex-col items-center space-y-4 text-center">
26
26
  <h1 class="text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl lg:text-6xl/none flex items-center gap-3 justify-center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.24.1",
3
+ "version": "1.24.2",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",