@windrun-huaiin/diaomao 31.1.1 → 31.1.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/package.json
CHANGED
|
@@ -30,7 +30,7 @@ export default async function Pricing({
|
|
|
30
30
|
return (
|
|
31
31
|
<>
|
|
32
32
|
{ (forceShow || isDev) && <FingerprintStatus />}
|
|
33
|
-
<section id="money-pricing" className={cn("px-4 py-4 md:px-16 md:py-8 mx-auto max-w-7xl scroll-mt-10", 'mt-12')}>
|
|
33
|
+
<section id="money-pricing" className={cn("min-h-screen px-4 py-4 md:px-16 md:py-8 mx-auto max-w-7xl scroll-mt-10", 'mt-12')}>
|
|
34
34
|
<h2 className="text-3xl md:text-4xl font-bold text-center mb-3">
|
|
35
35
|
{data.title}
|
|
36
36
|
</h2>
|