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.
- package/dist/bootstrap.php +0 -5
- package/dist/src/app/index.php +1 -1
- package/package.json +1 -1
package/dist/bootstrap.php
CHANGED
package/dist/src/app/index.php
CHANGED
|
@@ -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
|
|
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">
|